Skip to content

Xcalc: Internal Functions

Read Stanton edited this page Dec 27, 2020 · 14 revisions

Internal Functions

ls_filter_imag(list)

  • Removes all imaginary/complex values of list

  • Type: Function

  • Returns filtered list

safe_bool(value)

  • Returns false if value is not a boolean

  • Type: Function

  • Otherwise it returns value

Clone this wiki locally