mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
* Whitespace.
This commit is contained in:
parent
06e8e46410
commit
e826e6be2b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254994
@ -201,7 +201,7 @@ erf(double x)
|
||||
if(ix < 0x3feb0000) { /* |x|<0.84375 */
|
||||
if(ix < 0x3e300000) { /* |x|<2**-28 */
|
||||
if (ix < 0x00800000)
|
||||
return (8*x+efx8*x)/8; /* avoid spurious underflow */
|
||||
return (8*x+efx8*x)/8; /* avoid spurious underflow */
|
||||
return x + efx*x;
|
||||
}
|
||||
z = x*x;
|
||||
|
Loading…
Reference in New Issue
Block a user