Return the square root of x.
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...
the square root of x
| Name | Description |
|---|---|
| x | value whose square root is returned |