abs#

A function that can be used in Formulas.

Syntax and semantics

abs# (v#)
compute the absolute value (abs) of each element of the vector v#.

Examples

    a# = abs# ({ -1, 5.5, 0, -456.789 })
    writeInfoLine: a#
=>
    1 5.5 0 456.789

Links to this page


© Paul Boersma 2023