PatchworkOS
Loading...
Searching...
No Matches
modf.c File Reference
#include <math.h>
#include <stdint.h>

Go to the source code of this file.

Functions

double modf (double x, double *iptr)
 

Function Documentation

◆ modf()

double modf ( double  x,
double *  iptr 
)

Definition at line 5 of file modf.c.

References ceil(), floor(), INFINITY, isinf, isnan, NAN, and x.

Referenced by round().