math.h needs atan() and friends #127
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Reported by ProfessorSil in discord: https://discord.com/channels/239737791225790464/1121811864066732082/1153189050728067132
We should look into fleshing out math.h with atan(), atan2(), and any other transcendental functions I'm forgetting.
tanf/tan
atanf/atan
atan2f/atan2
asinf/asin
logf/log
log2f/log2
log10f/log10
cbrtf/cbrt
Closed by #128 (should have been closed automatically?)