amath
1.8.5
Simple command line calculator
|
Round function. More...
#include "prim.h"
Go to the source code of this file.
Functions | |
double | round (double x) |
Round function. More... | |
Round function.
Definition in file round.c.
double round | ( | double | x | ) |
Round function.
Definition at line 40 of file round.c.
References ceil(), and floor().
Referenced by cround(), PositionalNumeralSystem::GetText(), and RealNumber::Round().