havFromSin method

double havFromSin(
  1. double x
)

hav(asin(x)).

Implementation

double havFromSin(double x) => MathUtils.havFromSin(x);