Return the square root of x.
Synopses
Declared in <bdldfp_decimalimputil.h>
Return the square root of x.
static
DecimalImpUtil::ValueType128
sqrt(ValueType128 x);
Return the square root of x.
static
DecimalImpUtil::ValueType32
sqrt(ValueType32 x);
Return the square root of x.
static
DecimalImpUtil::ValueType64
sqrt(ValueType64 x);
Return Value
the square root of x
Parameters
Name |
Description |
x |
value whose square root is returned |
Created with MrDocs