fmod overloads
Synopses
Declared in <bdldfp_decimalutil.h>
Same as the related overload above for fmod.
static
Decimal128
fmod(
Decimal128 x,
Decimal128 y);
Return the remainder of the division of the specified x by the specified y. The returned value has the same sign as x and is less than y in magnitude.
Same as the related overload above for fmod.
Created with MrDocs