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

Support sqrt in modelkit #538

Merged
merged 1 commit into from
Jun 6, 2023
Merged

Support sqrt in modelkit #538

merged 1 commit into from
Jun 6, 2023

Conversation

saschatimme
Copy link
Member

Handles the sqrt case in #536 and throws now an explicit error if we have any other exponent.

To allow arbitrary number exponents we need to first implement exp and log and then express a^b as ${exp}({log}(a^b))={exp}(b*{log}(a))$ and use the existing subroutines

@saschatimme
Copy link
Member Author

CI failure unrelated

@saschatimme saschatimme merged commit 41150ee into main Jun 6, 2023
3 of 4 checks passed
@saschatimme saschatimme deleted the feature/support-sqrt branch July 5, 2023 12:40
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.

None yet

1 participant