1 file changed
+1
-1
lines changed- .github/workflows/main.yml+1-1
- Cargo.toml+5-1
- README.md+1-1
- build.rs+20-1
- ci/run-docker.sh+1-1
- ci/run.sh+3
- src/lib.rs+2
- src/math/ceil.rs+19
- src/math/ceilf.rs+2
- src/math/fabsf.rs+2
- src/math/floor.rs+19
- src/math/floorf.rs+2
- src/math/fma.rs+5-1
- src/math/j1f.rs+9-1
- src/math/mod.rs+1-3
- src/math/pow.rs+4
- src/math/rem_pio2.rs+18-5
- src/math/rem_pio2f.rs+6-1
- src/math/round.rs+14-32
- src/math/roundf.rs+16-30
- src/math/sin.rs+4-1
- src/math/sincos.rs+74
- src/math/sincosf.rs+34-4
- src/math/sqrtf.rs+2
- src/math/truncf.rs+2
0 commit comments