Skip to content

Xcalc: Internal Functions

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

Internal Functions

get_undef(expr)

  • Parses the values where x is undefined from the expression (WIP)

  • Type: Function

add_item(list, element)

  • Adds element to list and returns the modified list

  • Type: Function

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