tr_file_tty_messagesp SciMax Toolbox tr_function_call_default

SciMax Toolbox >> tr_float_can_branch_complex

tr_float_can_branch_complex

Option variable

tr_float_can_branch_complex

Description

Default value: true

Tells the Maxima-to-Lisp translator to assume that the functions acos, asin, asec, and acsc can return complex results.

The ostensible effect of tr_float_can_branch_complex is the following. However, it appears that this flag has no effect on the translator output.

When it is true then acos(x) is of mode any even if x is of mode float (as set by mode_declare). When false then acos(x) is of mode float if and only if x is of mode float.

tr_file_tty_messagesp SciMax Toolbox tr_function_call_default