Explore
Connect
Documentation
Snippets
Log in
Sign up
1
2
3
4
5
print(
10
^ -
200
, digits =
22
)
# roundoff, but no underflow
print(
10
^ -
400
, digits =
22
)
# underflow
## 9.999999999999999821003e-201
## 0
Enter to Rename, Shift+Enter to Preview
Run