Same as the related overload above for fmod.

Synopsis

Declared in <bdldfp_decimalutil.h>

static
Decimal64
fmod(
    Decimal64 x,
    Decimal64 y);

Return Value

remainder of x divided by y

Parameters

Name

Description

x

dividend

y

divisor

Created with MrDocs