Skip to content
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

feat: add support for additional trig functions #383

Merged

Conversation

travisfranck
Copy link
Collaborator

@travisfranck travisfranck commented Oct 25, 2023

Fixes #382

Added TAN, ARCSIN, ARCCOS, and ARCTAN function support to SDE. Included tests.

@chrispcampbell chrispcampbell changed the title 382 - Implement additional trig function support feat: add support for additional trig functions Oct 25, 2023
Copy link
Contributor

@chrispcampbell chrispcampbell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks!

I added the 4 new functions to the Supported Vensim Functions page on the wiki.

I'll also make sure the new functions are covered in the new unit tests that are currently out for review in another PR.

@chrispcampbell
Copy link
Contributor

I think the GH Actions are not running correctly for PRs submitted from a fork. I'll look into that and make sure builds are working before I merge this.

@travisfranck
Copy link
Collaborator Author

I'm going to move back to working in the main repo now unless it is useful for me to test using forks for collaboration.

@chrispcampbell
Copy link
Contributor

This PR was useful for verifying that we can accept contributions via fork. There was one other PR submitted (that is on hold) and it had the same issue with GH Actions not running, so this was good for getting me to investigate.

@chrispcampbell
Copy link
Contributor

I fixed the issue that prevented the build workflow running, and the build was successful, so I'll merge this.

@chrispcampbell chrispcampbell merged commit 1dd1e32 into climateinteractive:main Oct 26, 2023
3 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.

Add trig all six basic trig function support
2 participants