Exemplo n.º 1
0
 def int_part_modf(x):
     return umath_core.modf(x)[1]
Exemplo n.º 2
0
 def frac_part_modf(x):
     return umath_core.modf(x)[0]