sqrt overloads
Synopses
Declared in <bdldfp_decimalutil.h>
Same as the related overload above for sqrt.
static
Decimal128
sqrt(Decimal128 x);
Return the square root of the specified x.
Same as the related overload above for sqrt.
Return Value
square root of x
Parameters
Name |
Description |
x |
value whose square root is returned |
Created with MrDocs