]> sourceware.org Git - newlib-cygwin.git/commitdiff
2002-07-08 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Mon, 8 Jul 2002 18:05:58 +0000 (18:05 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Mon, 8 Jul 2002 18:05:58 +0000 (18:05 +0000)
        * libc/include/math.h (MAXFLOAT): Added.

newlib/ChangeLog
newlib/libc/include/math.h

index 6463de4364aa6a50cc0be1559f5785436a68059f..22540e5fea5b585c11f45bc100aa1f5109269dcc 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-08  Jeff Johnston  <jjohnstn@redhat.com>
+
+        * libc/include/math.h (MAXFLOAT): Added.
+
 Mon Jul  8 13:55:23 2002  J"orn Rennecke <joern.rennecke@superh.com>
 
        * libc/machine/sh/Makefile.am (lib_a_SOURCES):
index f1a30ad942690308c7c64b8b9ca16a8132fe463a..ee2f087012a96371b5c60c83fe3a8e22ac799302 100644 (file)
@@ -313,6 +313,8 @@ extern int matherr _PARAMS((struct exception *e));
 
 /* Useful constants.  */
 
+#define MAXFLOAT       3.40282347e+38F
+
 #define M_E            2.7182818284590452354
 #define M_LOG2E                1.4426950408889634074
 #define M_LOG10E       0.43429448190325182765
This page took 0.040134 seconds and 5 git commands to generate.