Skip to content

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

Merged
merged 16 commits into from
Jul 9, 2024

Conversation

MilanSkocic
Copy link
Contributor

@MilanSkocic MilanSkocic commented Jul 3, 2024

As discussed in #837, I implemented:

  • conversion functions: deg2rad and rad2deg in stdlib_math
  • documentation update
  • examples
  • tests

Resolves #837

@MilanSkocic MilanSkocic requested review from perazz and jalvesz July 5, 2024 09:40
@perazz perazz requested review from jvdp1 and removed request for jalvesz July 5, 2024 10:16
Copy link
Member

@perazz perazz left a 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.

Copy link
Member

@jvdp1 jvdp1 left a 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.

MilanSkocic and others added 5 commits July 5, 2024 18:50
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]>
Copy link
Member

@jvdp1 jvdp1 left a 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.

@jalvesz
Copy link
Contributor

jalvesz commented Jul 7, 2024

LGTM @MilanSkocic thanks for this nice addition!!

@jvdp1
Copy link
Member

jvdp1 commented Jul 9, 2024

Thank you @MilanSkocic for this addition. I will merge this PR.

@jvdp1 jvdp1 merged commit 59509b1 into fortran-lang:master Jul 9, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Elemental conversion functions from degrees to radians and vice versa.
4 participants