KRASCHE
&
BYRNE
         ELZED  HOME       NEWS       DOCS       DOWNLOADS       LICENSING       SUPPORT       FAQ       ABOUT  US

What's An Elzed?
Features
Licensing
Downloads
Documentation
Elzed News
    ELZED 
 Documentation 
 The Details 
 API 

lzSetAllowComplexResults

The 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
);

Parameters

bAllowComplexResults
   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

   None.

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



  Copyright  ©  MMXXV  by  R R Le Cropane   •   All Rights Reserved   •   Terms of Use   •   Privacy Policy