コード例 #1
0
 def int_part_modf(x):
     return umath_core.modf(x)[1]
コード例 #2
0
 def frac_part_modf(x):
     return umath_core.modf(x)[0]