sqrt overloads

Synopses

Declared in <bdldfp_decimalutil.h>

Same as the related overload above for sqrt.

Return the square root of the specified x.

static
Decimal32
sqrt(Decimal32 x);

Same as the related overload above for sqrt.

static
Decimal64
sqrt(Decimal64 x);

Return Value

square root of x

Parameters

Name

Description

x

value whose square root is returned

Created with MrDocs