all-fp-exceptions constant
parent
6191072712
commit
95d5697792
|
@ -18,6 +18,15 @@ UNION: fp-exception
|
|||
+fp-zero-divide+
|
||||
+fp-inexact+ ;
|
||||
|
||||
CONSTANT: all-fp-exceptions
|
||||
{
|
||||
+fp-invalid-operation+
|
||||
+fp-overflow+
|
||||
+fp-underflow+
|
||||
+fp-zero-divide+
|
||||
+fp-inexact+
|
||||
}
|
||||
|
||||
SINGLETONS:
|
||||
+round-nearest+
|
||||
+round-down+
|
||||
|
|
Loading…
Reference in New Issue