Logical functions

if(Arg1;CArg2;CArg3) Condition. if Arg is true (>0), returns result of CArg2, otherwise CArg3.

Arg : Argument, can be number, function or variable.

Labels see [Arg] on the Operator page.

CArg : For these parameters complex numbers are valid.