rust/library
Christopher Serr 3b3f3e977c Fix sincosf(PI) (#229)
Looks like the implementation was not ported correctly. Some negations
were forgotten in a certain branch. Here is the original code in musl
that has the negations:

94cb2ec2a0/src/math/sincosf.c (L66-L67)

Resolves rust-lang/libm#228
2019-10-18 08:23:57 -05:00
..
compiler-builtins/libm Fix sincosf(PI) (#229) 2019-10-18 08:23:57 -05:00