amath
1.8.5
Simple command line calculator
|
Return x mod y in exact arithmetic. More...
#include "prim.h"
Go to the source code of this file.
Functions | |
double | fmod (double x, double y) |
Return x mod y in exact arithmetic. More... | |
Variables | |
static const double | one = 1.0 |
static const double | Zero [] |
Return x mod y in exact arithmetic.
Definition in file fmod.c.
double fmod | ( | double | x, |
double | y | ||
) |
Return x mod y in exact arithmetic.
Method: Shift and subtract
Definition at line 58 of file fmod.c.
Referenced by PositionalNumeralSystem::IntegerToBuffer().