Module Float.Parts

Returns the fractional part and the whole (i.e., integer) part. For example, modf (-3.14) returns { fractional = -0.14; integral = -3.; }!

val fractional : $t$1 -> $t$1
val integral : $t$1 -> $t$1