Update ldexp module of math

This commit is contained in:
johan.park
2019-08-16 23:03:55 +09:00
parent fddbbc701f
commit b38a280ea1
3 changed files with 20 additions and 0 deletions

5
python_test.py Normal file
View File

@@ -0,0 +1,5 @@
import math
print(math.frexp("sdf"))
print(math.ldexp(0.95, 2))