update note

This commit is contained in:
2025-03-24 16:21:33 -04:00
parent c097446df4
commit 7acf12a325

View File

@@ -14,4 +14,7 @@
- fast_approx::fast::sin + fast_approx::fast::cos
- 0.000018658ms (2.56% slower)
- fast_approx::faster::sin + fast_approx::faster::cos
- 0.000015878ms (14.57% faster)
- 0.000015878ms (14.57% faster)
## sin and cos lookup table:
- With lookup tables: 0.000044201500713825226ms
- Without lookup tables: 0.000043705105781555176ms`