[#BloombergLP-bdldfp-DecimalImpUtil-fmod-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::fmod :relfileprefix: ../../../ :mrdocs: Return the floating‐point remainder of `x` divided by `y`. == Synopses Declared in `<bdldfp_decimalimputil.h>` Return the floating‐point remainder of `x` divided by `y`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType128.adoc[DecimalImpUtil::ValueType128] xref:BloombergLP/bdldfp/DecimalImpUtil/fmod-05.adoc[fmod]( xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType128.adoc[ValueType128] x, xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType128.adoc[ValueType128] y); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/fmod-05.adoc[_» more..._]# Return the floating‐point remainder of `x` divided by `y`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType32.adoc[DecimalImpUtil::ValueType32] xref:BloombergLP/bdldfp/DecimalImpUtil/fmod-09.adoc[fmod]( xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType32.adoc[ValueType32] x, xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType32.adoc[ValueType32] y); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/fmod-09.adoc[_» more..._]# Return the floating‐point remainder of `x` divided by `y`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[DecimalImpUtil::ValueType64] xref:BloombergLP/bdldfp/DecimalImpUtil/fmod-0d.adoc[fmod]( xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[ValueType64] x, xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[ValueType64] y); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/fmod-0d.adoc[_» more..._]# == Return Value the floating‐point remainder of `x` divided by `y` == Parameters [cols="1,4"] |=== | Name| Description | *x* | dividend | *y* | divisor |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#