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