pow overloads
Synopses
Declared in <bdldfp_decimalutil.h>
Same as the related overload above for pow.
static
Decimal128
pow(
Decimal128 base,
Decimal128 exp);
Return the value of the specified base raised to the power of the specified exp.
Same as the related overload above for pow.
Return Value
base raised to the power exp
Parameters
Name |
Description |
base |
base value |
exp |
exponent |
Created with MrDocs