Click or drag to resize

ComplexPow Method (Complex, Complex)

Returns a specified complex number raised to a power specified by a complex number.

Namespace:  FinMath
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public static Complex Pow(
	Complex value,
	Complex power
)

Parameters

value
Type: FinMathComplex
A complex number to be raised to a power.
power
Type: FinMathComplex
A complex number that specifies a power.

Return Value

Type: Complex
The complex number value raised to the power.
See Also