klyn.math.Math.acos
method
public static acos<FLOAT_TYPE extends AbstractFloat = Double>(value as FLOAT_TYPE) as FLOAT_TYPE:
Description

Returns the arccosine of a value.

Throws
  • ValueError if value is outside [-1, 1].
Example
import klyn.math

print(Math.acos(1.0))