]> sourceware.org Git - newlib-cygwin.git/blobdiff - newlib/libc/include/math.h
math: update isinf/isnan function comments after move to math.h
[newlib-cygwin.git] / newlib / libc / include / math.h
index 798fc6d87c296875ffd2843255c1958f6fbfc50a..80a8048cea99a12accf22d4b0daf7c772da3a098 100644 (file)
@@ -228,7 +228,7 @@ extern int __signbitd (double x);
  *       supporting multiple floating point types.  Thus, they are
  *       now defined as macros.  Implementations of the old functions
  *       taking double arguments still exist for compatibility purposes
- *       (prototypes for them are in <ieeefp.h>).  */
+ *       (prototypes for them are earlier in this header).  */
 
 #if __GNUC_PREREQ (4, 4)
   #define fpclassify(__x) (__builtin_fpclassify (FP_NAN, FP_INFINITE, \
This page took 0.025278 seconds and 5 git commands to generate.