| ELZED | Documentation | The Details | API |
| lzSetAllowComplexResultsThe lzSetAllowComplexResults function controls whether or not complex numbers will be allowed as evaluation results. Elzed allows complex results by default. void lzSetAllowComplexResults( | bool bAllowComplexResults | | // pass TRUE to allow |
);
ParametersbAllowComplexResults | | Pass TRUE to allow complex results. Pass FALSE to disallow complex results. When called with FALSE, any evaluation that generates a complex result will return an error. |
Return Value
Remarks | This function must be called after lzClearContext, but before lzSetContext. The setting may not be changed for a given context once lzSetContext has been called.
Note that this function affects only complex results -- complex inputs are always allowed. |
Versions | Introduced in Elzed 1.0.0 | | This page describes the version of lzSetAllowComplexResults active in Elzed 2.5.0 (87: 2.5.0) |
See Also |
| |