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

Go to the source code of this file.

Functions

double ceil (double x)
 

Function Documentation

◆ ceil()

double ceil ( double  x)

Definition at line 5 of file ceil.c.

References fabs(), INT64_MAX, isinf, isnan, NAN, and x.

Referenced by modf(), and trunc().