mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-19 07:00:08 +00:00
Add __isnan declaration.
This commit is contained in:
parent
ca9b1ee320
commit
e58594caf8
@ -210,6 +210,9 @@ __MATHCALLX (nan,, (__const char *__tagb), (__const__));
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
/* Return nonzero if VALUE is not a number. */
|
||||||
|
__MATHDECLX (int,__isnan,, (_Mdouble_ __value), (__const__));
|
||||||
|
|
||||||
#if defined __USE_MISC || defined __USE_XOPEN
|
#if defined __USE_MISC || defined __USE_XOPEN
|
||||||
/* Return nonzero if VALUE is not a number. */
|
/* Return nonzero if VALUE is not a number. */
|
||||||
__MATHDECLX (int,isnan,, (_Mdouble_ __value), (__const__));
|
__MATHDECLX (int,isnan,, (_Mdouble_ __value), (__const__));
|
||||||
@ -259,10 +262,10 @@ __MATHCALLX (nexttoward,, (_Mdouble_ __x, long double __y), (__const__));
|
|||||||
/* Return the remainder of integer divison X / Y with infinite precision. */
|
/* Return the remainder of integer divison X / Y with infinite precision. */
|
||||||
__MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
|
__MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
|
||||||
|
|
||||||
#if defined __USE_MISC || defined __USE_XOPEN_EXTENDED
|
# if defined __USE_MISC || defined __USE_XOPEN_EXTENDED
|
||||||
/* Return X times (2 to the Nth power). */
|
/* Return X times (2 to the Nth power). */
|
||||||
__MATHCALL (scalb,, (_Mdouble_ __x, _Mdouble_ __n));
|
__MATHCALL (scalb,, (_Mdouble_ __x, _Mdouble_ __n));
|
||||||
#endif
|
# endif
|
||||||
|
|
||||||
/* Return X times (2 to the Nth power). */
|
/* Return X times (2 to the Nth power). */
|
||||||
__MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
|
__MATHCALL (scalbn,, (_Mdouble_ __x, int __n));
|
||||||
|
Loading…
Reference in New Issue
Block a user