◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Include: <math.h> Syntax: double modf( double x, double *intptr ); long double modfl( long double x, long double *intptr ); Returns: the signed fractional portion of <x>. See also: frexp, ldexp -♦-