[ create a new paste ] login | about

Link: http://codepad.org/3IDWn0WM    [ raw code | output | fork ]

tenten321 - Python, pasted on Nov 18:
1
2
3
4
5
from math import sqrt

n=135066410865995223349603216278805969938881475605667027524485143851526510604859533833940287150571909441798207282164471551373680419703964191743046496589274256239341020864383202110372958725762358509643110564073501508187510676594629205563685529475213500852879416377328533906109750544334999811150056977236890927563

print "%.10e"  %  (sqrt(n)/2)


Output:
1
5.8109037779e+153


Create a new paste based on this one


Comments: