7 ms·
Are there any c/c++ libs / headers that use this (without converting to radians in the background). I like this idea.
by smallstepforman 28d ago
Are there any c/c++ libs / headers that use this (without converting to radians in the background). I like this idea.
- teo_zero 28d agoThe C standard defines the functions sinpi(), cospi(), etc. that act on half-turns. If you have a modern compiler, all you have to do is to include math.h