Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146677998
D31865.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
539 B
Referenced Files
None
Subscribers
None
D31865.diff
View Options
diff --git a/lib/msun/src/e_powf.c b/lib/msun/src/e_powf.c
--- a/lib/msun/src/e_powf.c
+++ b/lib/msun/src/e_powf.c
@@ -136,7 +136,7 @@
/* |y| is huge */
if(iy>0x4d000000) { /* if |y| > 2**27 */
/* over/underflow if x is not close to one */
- if(ix<0x3f7ffff7) return (hy<0)? sn*huge*huge:sn*tiny*tiny;
+ if(ix<0x3f7ffff6) return (hy<0)? sn*huge*huge:sn*tiny*tiny;
if(ix>0x3f800007) return (hy>0)? sn*huge*huge:sn*tiny*tiny;
/* now |1-x| is tiny <= 2**-20, suffice to compute
log(x) by x-x^2/2+x^3/3-x^4/4 */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 5, 3:52 PM (13 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29290684
Default Alt Text
D31865.diff (539 B)
Attached To
Mode
D31865: Fix powf().
Attached
Detach File
Event Timeline
Log In to Comment