Fix whitespace issue.
Approved by: das (mentor, implicit)
This commit is contained in:
parent
8f647ffd7f
commit
724c1ee29f
@ -251,7 +251,7 @@ expl(long double x)
|
||||
return (tiny * tiny);
|
||||
} else if (ix <= BIAS - 34) { /* |x| < 0x1p-33 */
|
||||
/* includes pseudo-denormals */
|
||||
if (huge + x > 1.0L) /* trigger inexact iff x != 0 */
|
||||
if (huge + x > 1.0L) /* trigger inexact iff x != 0 */
|
||||
return (1.0L + x);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user