Strikingloo

Ways cosine is computed in C

Source: https://austinhenley.com/blog/cosine.html

Analyses how cosine is computed and benchmarks against math.h.

Tries 3 different approaches:

Neat. This last one is faster and as accurate as math.h, except it takes up a big chunk of space.

[Share on twitter]

29 Mar 2022 - importance: 4