7 lines
186 B
C
7 lines
186 B
C
|
/* Linking in this module forces IEEE error handling rules for math functions.
|
||
|
The default is POSIX.1 error handling. */
|
||
|
|
||
|
#include <math.h>
|
||
|
|
||
|
_LIB_VERSION_TYPE _LIB_VERSION = _IEEE_;
|