Skip to content

ExtendedNumerics.BigDecimal.Pow(double,double)

Adam White edited this page Oct 7, 2024 · 1 revision

BigDecimal.Pow(double, double) Method

Returns a specified number raised to the specified power.

public static ExtendedNumerics.BigDecimal Pow(double @base, double exponent);

Parameters

base System.Double

exponent System.Double

Returns

BigDecimal

Clone this wiki locally