Whether complex results are allowed for number arguments. If l is a negative JepDouble and r is non integral JepDouble then the pow function typically returns a Complex result. If this flag is set then an EvaluationException would be thrown instead.

Namespace:  SingularSys.Jep.Functions
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public bool IsAllowComplexResults()
Visual Basic (Declaration)
Public Function IsAllowComplexResults As Boolean
Visual C++
public:
bool IsAllowComplexResults()

Return Value

the status of the allowComplexResults flag.

See Also