mirror of https://git.musl-libc.org/git/musl
Browse Source
acosh(x) is invalid for x<1, acoshf tried to be clever using signed comparisions to handle all x<2 the same way, but the formula was wrong on large negative values.rs-1.0
2 changed files with 8 additions and 7 deletions
Loading…
Reference in new issue