diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-03-23 01:52:49 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-03-23 01:52:49 -0400 |
commit | ad2d2b963a4bf9e2631b345c898e8715b36b459e (patch) | |
tree | a99362612a0a46e2601aa081b80a9ca5cb1a5d83 /src/math/nearbyint.c | |
parent | a9e85c0a5c690086c652f3a8ae9a109389f671a3 (diff) | |
download | musl-ad2d2b963a4bf9e2631b345c898e8715b36b459e.tar.gz |
asm for hypot and hypotf
special care is made to avoid any inexact computations when either arg
is zero (in which case the exact absolute value of the other arg
should be returned) and to support the special condition that
hypot(±inf,nan) yields inf.
hypotl is not yet implemented since avoiding overflow is nontrivial.
Diffstat (limited to 'src/math/nearbyint.c')
0 files changed, 0 insertions, 0 deletions