api / koma / asin

asin

fun asin(arr:Matrix<Double>):Matrix<Double>

Returns a matrix of the arcsin of each element in the input matrix.

Parameters

arr - An arbitrarily sized matrix

Return A matrix consisting of the operation performed element-wise.

fun asin(arr:Double):Double fun asin(arr:Int):Double

A convenience function performing the asin operation via the kotlin.math equivalent call.