TDouble.Power(TDouble) Method

Computes exponent with base equal to this and power equal to value.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public BaseEntry Power(
	TDouble value
)

Parameters

value  TDouble
Power of exponent.

Return Value

BaseEntry
Result of exponentiation.

See Also