Hi
I am new to Julia. My question is:
How can I do arithmetic operations on very big numbers? something like 2^4110 - 3^35 + …
big(2)^100
1 Like
Thank you. It works.
Hi
I am new to Julia. My question is:
How can I do arithmetic operations on very big numbers? something like 2^4110 - 3^35 + …
big(2)^100
Thank you. It works.