[ create a new paste ] login | about

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

Python, pasted on Dec 20:
1
2
import math
print(math.ceil(math.log(2, 3) + math.log(9,3) - math.log(9,2)))


Output:
1
-0.0


Create a new paste based on this one


Comments: