[#BloombergLP-bdldfp-DecimalUtil-sqrt-035] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::sqrt :relfileprefix: ../../../ :mrdocs: Return the square root of the specified `x`. == Synopsis Declared in `<bdldfp_decimalutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] sqrt(xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] x); ---- == Description Special value handling: * If `x` is NaN, NaN is returned. * If `x` is less than ‐0, NaN is returned and the value of the macro `EDOM` is stored into `errno`. * If `x` is +/‐infinity or +/‐0, it is returned unmodified. [.small]#Created with https://www.mrdocs.com[MrDocs]#