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