sinFromHav static method

num sinFromHav(
  1. num h
)

Implementation

static num sinFromHav(num h) => 2 * sqrt(h * (1 - h));