Beispiel #1
0
 def int_part_modf(x):
     return umath_core.modf(x)[1]
Beispiel #2
0
 def frac_part_modf(x):
     return umath_core.modf(x)[0]