This is a beta autodoc build; expect bugs and missing information.
std
math
acos
fn
acos
(
x
:
anytype
)
@TypeOf
(
x
)
[
src
]
Returns the arc-cosine of x.
Special cases:
acos(x) = nan if x < -1 or x > 1
Parameters
x
:
anytype
,