-
Notifications
You must be signed in to change notification settings - Fork 191
Conversion functions from degrees to radians and vice-versa. #845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: Federico Perini <[email protected]>
Co-authored-by: Federico Perini <[email protected]>
Co-authored-by: Federico Perini <[email protected]>
Co-authored-by: Federico Perini <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @MilanSkocic. LGTM with the edits and I think it is a useful addition. I would wait for an additional opinion from @jalvesz and @jvdp1.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you @MilanSkocic . Pending minor comments, changes, this PR can be merged IMO.
Co-authored-by: Jeremie Vandenplas <[email protected]>
Co-authored-by: Jeremie Vandenplas <[email protected]>
Co-authored-by: Jeremie Vandenplas <[email protected]>
Co-authored-by: Jeremie Vandenplas <[email protected]>
Co-authored-by: Jeremie Vandenplas <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @MilanSkocic . IMO it is good to be merged. Let wait a couple of days for other potential comments/reviews.
LGTM @MilanSkocic thanks for this nice addition!! |
Thank you @MilanSkocic for this addition. I will merge this PR. |
As discussed in #837, I implemented:
deg2rad
andrad2deg
instdlib_math
Resolves #837