diff options
author | 2009-04-08 21:58:28 +0000 | |
---|---|---|
committer | 2009-04-08 21:58:28 +0000 | |
commit | 9f98b4a63223000427a39632ad31cb7a0fbedf10 (patch) | |
tree | 079bde3be69f34e2ec873fcf0ea9661d00908d95 /lib/libm/noieee_src | |
parent | Cleanup arm soft interrupt handling; remove the unused IPL_SERIAL and rename (diff) | |
download | wireguard-openbsd-9f98b4a63223000427a39632ad31cb7a0fbedf10.tar.xz wireguard-openbsd-9f98b4a63223000427a39632ad31cb7a0fbedf10.zip |
fix hexadecimal constant that was wrong; and confused with ieee. ok miod@
Diffstat (limited to 'lib/libm/noieee_src')
-rw-r--r-- | lib/libm/noieee_src/n_floor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/noieee_src/n_floor.c b/lib/libm/noieee_src/n_floor.c index ef751386a24..21a7444f392 100644 --- a/lib/libm/noieee_src/n_floor.c +++ b/lib/libm/noieee_src/n_floor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_floor.c,v 1.10 2008/12/10 01:08:24 martynas Exp $ */ +/* $OpenBSD: n_floor.c,v 1.11 2009/04/08 21:58:28 martynas Exp $ */ /* $NetBSD: n_floor.c,v 1.1 1995/10/10 23:36:48 ragge Exp $ */ /* * Copyright (c) 1985, 1993 @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)floor.c 8.1 (Berkeley) 6/4/93"; #include "mathimpl.h" -vc(L, 4503599627370496.0E0 ,0000,5c00,0000,0000, 55, 1.0) /* 2**55 */ +vc(L, 36028797018963968.0E0 ,0000,5c00,0000,0000, 55, 1.0) /* 2**55 */ ic(L, 4503599627370496.0E0, 52, 1.0) /* 2**52 */ |