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

Feature Request: Sqrt() for Pow() #709

Open
wolffy-au opened this issue Aug 23, 2021 · 1 comment
Open

Feature Request: Sqrt() for Pow() #709

wolffy-au opened this issue Aug 23, 2021 · 1 comment

Comments

@wolffy-au
Copy link

Hi - can you please add a squareroot function - Sqrt() to work in conjunction with the Pow() function?

I was going to do some fancy calculations orbital velocity across different planetary systems, but without square root I can't do:
v = Sqrt(GM / (radius + altitude))

@Capkirk123
Copy link

The power function is, in fact, the square root function. Roots are just fractional powers.

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

No branches or pull requests

2 participants