Scilab 6.1.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
acos
element wise cosine inverse (radians)
Syntax
t = acos(x)
Arguments
- x
a real or complex vector or matrix.
- t
a real or complex vector or matrix.
Description
The components of t
are cosine inverse of
the corresponding entries of x
. Definition
domain is [-1, 1]
.
Sample
Examples
x=[1,%i,-1,-%i] cos(acos(x))
See also
Report an issue | ||
<< Matrix-wise processing | Trigonometry | acosd >> |