[#BloombergLP-bdldfp-DecimalUtil-remainder-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::remainder :relfileprefix: ../../../ :mrdocs: Same as the related overload above for `remainder`. == Synopsis Declared in `<bdldfp_decimalutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] remainder( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] x, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] y); ---- == Return Value IEEE remainder of `x` divided by `y` == Parameters [cols="1,4"] |=== | Name| Description | *x* | dividend | *y* | divisor |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#