arccos#

A function that can be used in Formulas.

Syntax and semantics

arccos# (v#)
compute the inverse cosine (arccos) of each element of the vector v#.

Examples

    writeInfoLine: arccos# ({ -1.1, -1.0, 0.0, 1.0, 1.1, undefined })
=>
    --undefined-- 3.141592653589793 1.5707963267948966 0 --undefined-- --undefined--

Links to this page


© Paul Boersma 2023