diff options
author | Eduardo Julian | 2022-04-06 21:52:30 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-04-06 21:52:30 -0400 |
commit | b0d725f24335e82eefc77175efc0a5282951316e (patch) | |
tree | 18a5cc4b318776250442311636a415a5cc2c1f20 /documentation/bookmark/math | |
parent | a0ed5fd377daf5754697636504de8e180abf9ec0 (diff) |
More efficient binary formatting.
Diffstat (limited to '')
-rw-r--r-- | documentation/bookmark/math/geometry/trigonometry.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/bookmark/math/geometry/trigonometry.md b/documentation/bookmark/math/geometry/trigonometry.md new file mode 100644 index 000000000..8aad6aa16 --- /dev/null +++ b/documentation/bookmark/math/geometry/trigonometry.md @@ -0,0 +1,4 @@ +# Reference + +0. [Implementing cosine in C from scratch](https://austinhenley.com/blog/cosine.html) + |