Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 4 years ago

Miroslaw gravatar image

how to get value without e?

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.

click to hide/show revision 2
retagged

updated 3 years ago

FrédéricC gravatar image

how to get value without e?

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.