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

Returns the arcsine of a value.

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

print(Math.asin(1.0))