mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 21:33:04 +00:00
More math functions.
Prodded by: stefanf
This commit is contained in:
parent
645674fb54
commit
63686f9fb9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140864
@ -201,7 +201,7 @@
|
||||
#define HAVE_CEILF 1
|
||||
|
||||
/* Define to 1 if you have the `ceill' function. */
|
||||
/* #undef HAVE_CEILL */
|
||||
#define HAVE_CEILL 1
|
||||
|
||||
/* Define to 1 if you have the `copysign' function. */
|
||||
#define HAVE_COPYSIGN 1
|
||||
@ -858,10 +858,10 @@
|
||||
#define HAVE___SIGNBIT 1
|
||||
|
||||
/* Define to 1 if you have the `__signbitf' function. */
|
||||
/* #undef HAVE___SIGNBITF */
|
||||
#define HAVE___SIGNBITF 1
|
||||
|
||||
/* Define to 1 if you have the `__signbitl' function. */
|
||||
/* #undef HAVE___SIGNBITL */
|
||||
#define HAVE___SIGNBITL 1
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#define PACKAGE_BUGREPORT ""
|
||||
|
Loading…
Reference in New Issue
Block a user