Returns the value of this complex number raised to the Power of
a complex exponent
Namespace:
SingularSys.Jep.TypesAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
public Complex Pow( Complex exponent ) |
| Visual Basic (Declaration) |
|---|
Public Function Pow ( _ exponent As Complex _ ) As Complex |
| Visual C++ |
|---|
public: Complex^ Pow( Complex^ exponent ) |
Parameters
- exponent
- Type: SingularSys.Jep.Types..::.Complex