| 1 | /* Linking in this module forces IEEE error handling rules for math functions. |
|---|---|
| 2 | The default is POSIX.1 error handling. */ |
| 3 | |
| 4 | #include <math.h> |
| 5 | |
| 6 | _LIB_VERSION_TYPE _LIB_VERSION = _IEEE_; |
| 7 |
| 1 | /* Linking in this module forces IEEE error handling rules for math functions. |
|---|---|
| 2 | The default is POSIX.1 error handling. */ |
| 3 | |
| 4 | #include <math.h> |
| 5 | |
| 6 | _LIB_VERSION_TYPE _LIB_VERSION = _IEEE_; |
| 7 |