BloombergLP::bdldfp::DecimalImpUtil::sqrt

Return the square root of the specified x.

Synopses

Declared in <bdldfp_decimalimputil.h>

Return the square root of the specified x.

static
DecimalImpUtil::ValueType128
sqrt(ValueType128 x);
» more...

Return the square root of the specified x.

static
DecimalImpUtil::ValueType32
sqrt(ValueType32 x);
» more...

Return the square root of the specified x.

static
DecimalImpUtil::ValueType64
sqrt(ValueType64 x);
» more...