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 exponentiation for defining large number literals #11

Closed
talkol opened this issue Feb 28, 2023 · 2 comments
Closed

Support exponentiation for defining large number literals #11

talkol opened this issue Feb 28, 2023 · 2 comments
Milestone

Comments

@talkol
Copy link
Member

talkol commented Feb 28, 2023

let i: Int = 2 ** 240;

let j: Int = 10 ** 9;
@ex3ndr
Copy link
Member

ex3ndr commented Feb 28, 2023

Will be added as a pow function in 1.0.0

@talkol
Copy link
Member Author

talkol commented Mar 1, 2023

Closed in 4d84b28

@talkol talkol closed this as completed Mar 1, 2023
@ex3ndr ex3ndr added this to the v1.0.0 milestone Mar 2, 2023
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