[#BloombergLP-bdldfp-DecimalImpUtil-fabs-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::fabs :relfileprefix: ../../../ :mrdocs: Return the absolute value of `x`. == Synopsis Declared in `<bdldfp_decimalimputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[DecimalImpUtil::ValueType64] fabs(xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[ValueType64] x); ---- == Return Value the absolute value of `x` == Parameters [cols="1,4"] |=== | Name| Description | *x* | value whose absolute value is returned |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#