Explore Connect Documentation
Snippets
1
2
3
4
5
print(10 ^ 100)   # no overflow
print(10 ^ 500)   # overflow, marked by Inf value 
## 1e+100
## Inf
Press desired key combination and then press ENTER.