www.delorie.com/djgpp/doc/libc-2.01/libc_471.html   search  
Go to the first, previous, next, last section, table of contents.


modfl

Syntax

#include <math.h>

long double modf(long double x, long double *pint);

Description

modfl breaks down x into its integer portion (which it stores in *pint) and the remaining fractional portion, which it returns.

Return Value

The fractional portion.


Go to the first, previous, next, last section, table of contents.

  prev next   webmaster     delorie software   privacy  
  Copyright © 1997     Updated Apr 1997