amath
1.8.5
Simple command line calculator
|
Ceiling function. More...
#include "prim.h"
Go to the source code of this file.
Functions | |
double | ceil (double x) |
Ceiling function. More... | |
Variables | |
static const double | huge = 1.0e300 |
Ceiling function.
Definition in file ceil.c.
double ceil | ( | double | x | ) |
Ceiling function.
x |
Method Bit twiddling
Exception Inexact flag raised if x not equal to ceil(x).
Definition at line 63 of file ceil.c.
References huge.
Referenced by cceil(), RealNumber::Ceiling(), Dragon4(), round(), and trunc().