Files
RustPython/python_test.py
2019-08-16 23:03:55 +09:00

6 lines
66 B
Python

import math
print(math.frexp("sdf"))
print(math.ldexp(0.95, 2))