Module Float32.Parts

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

type t
val fractional : t -> t
val integral : t -> t