Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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

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.