tr_float_can_branch_complex SciMax Toolbox tr_numer

SciMax Toolbox >> tr_function_call_default

tr_function_call_default

Option variable

tr_function_call_default

Description

Default value: general

false means give up and call meval, expr means assume Lisp fixed arg function. general, the default gives code good for mexprs and mlexprs but not macros. general assures variable bindings are correct in compiled code. In general mode, when translating F(X), if F is a bound variable, then it assumes that apply (f, [x]) is meant, and translates a such, with apropriate warning. There is no need to turn this off. With the default settings, no warning messages implies full compatibility of translated and compiled code with the Maxima interpreter.

tr_float_can_branch_complex SciMax Toolbox tr_numer