BloombergLP::bdldfp::DecimalUtil::sqrt

sqrt overloads

Synopses

Declared in <bdldfp_decimalutil.h>

Same as the related overload above for sqrt.

static
Decimal128
sqrt(Decimal128 x);
» more...

Return the square root of the specified x.

static
Decimal32
sqrt(Decimal32 x);
» more...

Same as the related overload above for sqrt.

static
Decimal64
sqrt(Decimal64 x);
» more...