summaryrefslogtreecommitdiff
path: root/include/math.h
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 05:05:38 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 05:05:38 +0000
commit4399be3cbd35324f7a2c00d77229d995b4022138 (patch)
treea3959baf797787918878bec6d58d6a0fb743ad0a /include/math.h
parent709e8f9ae1d734c1a163c9b421df4b8153939ce7 (diff)
Notes
Diffstat (limited to 'include/math.h')
-rw-r--r--include/math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/math.h b/include/math.h
index dd0b20cfe429..214b80e2c839 100644
--- a/include/math.h
+++ b/include/math.h
@@ -50,7 +50,7 @@
* was defined to be the largest float so that overflow didn't occur when it
* was assigned to a single precision number. HUGE_VAL is strongly preferred.
*/
-#define HUGE 1.701411733192644270E+38
+#define HUGE 1.701411733192644270E+38
#else
#define HUGE HUGE_VAL
#endif