[#BloombergLP-bdldfp-DecimalImpUtil-fabs-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::fabs :relfileprefix: ../../../ :mrdocs: Return the absolute value of the specified `x`. == Synopsis Declared in `<bdldfp_decimalimputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType32.adoc[DecimalImpUtil::ValueType32] fabs(xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType32.adoc[ValueType32] x); ---- == Description Special value handling: * if `x` is NaN (either signaling or quiet), quiet NaN is returned. * if `x` is +/‐infinity or +/‐0, it is returned unmodified. [.small]#Created with https://www.mrdocs.com[MrDocs]#