update note

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

View File

@@ -15,3 +15,6 @@
- 0.000018658ms (2.56% slower) - 0.000018658ms (2.56% slower)
- fast_approx::faster::sin + fast_approx::faster::cos - 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`