Issues
- 14
Package is incorrectly licensed Apache/MIT
#215 opened by brson - 4
Make functions in this crate `const`?
#310 opened by JSorngard - 0
powerpc64le SIGILL
#309 opened by tgross35 - 13
Non-musl `f32` functions?
#298 opened by jdh8 - 0
Incorrect exponent calculation in the nextafter implementations leads to missed overflow/underflow signals
#286 opened by keram88 - 1
Next release?
#280 opened by moritz-meier - 0
specify MSRV
#279 opened by joseluis - 2
Possible errors in some constants?
#278 opened by DeliciousHair - 6
Pure 32-bit versions of 32-bit math functions
#248 opened by matthuszagh - 2
- 1
Using rint/rintf instead of roundeven/roundevenf appears to break target_arch = "spirv" for spirv-std
#273 opened by charles-r-earp - 1
Cargo test fails in x86_64-pc-windows-msvc target
#271 opened by Mec-iS - 0
Attempt to negate with overflow in `fma`
#268 opened by ajtribick - 2
Incorrect `fmaf` results on some inputs
#263 opened by afonso360 - 5
failed to compile targeting avr
#250 opened by djdisodo - 7
floor(), floorf(), ceil() and ceilf() Don't actually work on no-std (linker error)
#258 opened by AldaronLau - 1
Const eval support
#261 opened by Liamolucko - 0
- 1
Make all symbols weak?
#257 opened by jonathanpallant - 2
aarch 64 compilation failure.
#256 opened by leccyworld - 1
Proving IEEE-754 2008 compliance for all sqrt/sqrtf implementations on all platforms.
#255 opened by james7132 - 1
FMA implementation producing incorrect results
#242 opened by ajtribick - 5
Incorrect value of sin(13.11250158914107) on x87
#243 opened by eduardosm - 5
- 1
`modf` and `modff`return (fract, integer)
#230 opened by burrbull - 0
Running musl-reference-tests is impossible outside linux (and still nontrivial to run on linux)
#247 opened by thomcc - 2
- 0
CHANGELOG.md is out of date
#238 opened by jplatte - 1
Consider Using Quickcheck
#239 opened by ChiefMilesEdgeworth - 4
musl libc-test report 77 bugs
#236 opened by augustin-cheron - 0
- 9
cargo test fails on Fedora with 0.2.x
#234 opened by ignatenkobrain - 3
- 6
Publish a version with the `sincosf` fix
#231 opened by nical - 0
sincosf returns (0, 1) on PI instead of (0, -1)
#228 opened by CryZe - 1
The `stable` feature seems backwards
#212 opened by Lokathor - 5
- 1
Transient bug in `jn`
#225 opened by Lokathor - 29
New benchmarks
#220 opened by kpp - 0
Unify different code paths via macro
#217 opened by Lokathor - 2
Additional intrinsic optimizations?
#214 opened by Lokathor - 7
Pin a stable version in CI
#213 opened by Lokathor - 2
FMA implementation subtly incorrect
#200 opened by gnzlbg - 20
Goals and usecases for libm
#195 opened by gnzlbg - 1
Master and dev branch
#211 opened by burrbull - 3
- 4
error: detected panic in function `remainderf
#201 opened by tesuji - 3
libm-0.1.3 fails to build on stable Rust 1.31.0
#182 opened by eldruin - 0
exp2 overflow
#178 opened by burrbull - 6
Investigate jn and jnf randomly falling on CI
#170 opened by Schultzer