Overview
>
klyn.math
>
NDArray
>
acos
Overview
Index
Tree
Deprecated
klyn.math.NDArray.acos
method
public acos() as NDArray<Double>:
Description
Returns the element-wise arccosine. The result is materialized as `NDArray<Double>`.
a = NDArray<Double>.fromList([1.0, 0.0]) print(a.acos())