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

** operator is undocumented #100

Open
tomangelo2 opened this issue Aug 1, 2024 · 0 comments
Open

** operator is undocumented #100

tomangelo2 opened this issue Aug 1, 2024 · 0 comments

Comments

@tomangelo2
Copy link
Member

a**b
This operator allows to raise a to the power of b. Works for both integers and fractions:

message(2**3); // returns 8
message(2.1**3); // returns 9.261
message(2**3.1); // returns 8.57419
message(2.1**3.1); // returns 9.97424
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

1 participant