2 files changed
+2
-2
lines changed- .github/workflows/main.yml+1-1
- Cargo.toml+1-5
- README.md+1-1
- build.rs+1-20
- 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+1-5
- src/math/j1f.rs+1-9
- src/math/mod.rs+3-1
- src/math/pow.rs-4
- src/math/rem_pio2.rs+5-18
- src/math/rem_pio2f.rs+1-6
- src/math/round.rs+32-14
- src/math/roundf.rs+30-16
- src/math/sin.rs+1-4
- src/math/sincos.rs-74
- src/math/sincosf.rs+4-34
- src/math/sqrtf.rs-2
- src/math/truncf.rs-2
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
|
0 commit comments