calculation: print(1/664613997892457936451903530140172288)
result in sage : 1/664613997892457936451903530140172288
result in python: 1.504632769052528e-36
how to get number without e-36? I need exactly number of divided.
1 | initial version |
calculation: print(1/664613997892457936451903530140172288)
result in sage : 1/664613997892457936451903530140172288
result in python: 1.504632769052528e-36
how to get number without e-36? I need exactly number of divided.
2 | retagged |
calculation: print(1/664613997892457936451903530140172288)
result in sage : 1/664613997892457936451903530140172288
result in python: 1.504632769052528e-36
how to get number without e-36? I need exactly number of divided.