BloombergLP::bdldfp::DecimalImpUtil::sqrt

Return the square root of x.

Synopses

Declared in <bdldfp_decimalimputil.h>

Return the square root of x.

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

Return the square root of x.

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

Return the square root of x.

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

Return Value

the square root of x

Parameters

NameDescription
xvalue whose square root is returned