Closed jacklovell closed 5 years ago
Fixes #316. The awkward naming of Atan2xD is unfortunate, but I can't think of a better naming convention than copying the libc.math names and appending the dimension.
Atan2xD
libc.math
It's probably best to rename Atan() and Atan2() to something like AtanXD() and Atan4QXD() ie short for Atan4Quadrant.
Sounds good, I'll do that
Fixes #316. The awkward naming of
Atan2xD
is unfortunate, but I can't think of a better naming convention than copying thelibc.math
names and appending the dimension.