acos constructor

const acos(
  1. num d
)

Calculate arcsine value.

Implementation

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