From 7acf12a325ce6a3847d7ebf3929c85a656a154fe Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 24 Mar 2025 16:21:33 -0400 Subject: [PATCH] update note --- Notes.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Notes.md b/Notes.md index 9e39ec6..86c5d7d 100644 --- a/Notes.md +++ b/Notes.md @@ -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) \ No newline at end of file + - 0.000015878ms (14.57% faster) +## sin and cos lookup table: +- With lookup tables: 0.000044201500713825226ms +- Without lookup tables: 0.000043705105781555176ms`