Explore
Connect
Documentation
Snippets
Log in
Sign up
1
2
3
4
# Round 0.333.. to a nearby floating-point
print(
1
/
3
, digits =
22
)
# print 22 digits of fp(1/3)
## 0.3333333333333333148296
Press desired key combination and then press ENTER.
Run