asin constructor

const asin(
  1. num d
)

Calculate arcsine value.

Implementation

const factory asin(num d) = ConstMath.asin;