Elemental conversion functions from degrees to radians and vice versa.
MilanSkocic opened this issue · 2 comments
MilanSkocic commented
Motivation
Would it be interesting to include in the standard library conversion functions between degrees and radians such as in Numpy?
Prior Art
https://numpy.org/doc/stable/reference/generated/numpy.deg2rad.html
https://numpy.org/doc/stable/reference/generated/numpy.rad2deg.html
Additional Information
No response
jvdp1 commented
Thank you @MilanSkocic for the poposition. I think it could be a nice addition in stdlib_math
, next to arg
and argd
functions. There are many examples here
MilanSkocic commented
I'll start working on it :)