menu
google_maps_utils package
documentation
utils/math_utils.dart
MathUtils
havFromSin static method
havFromSin static method
dark_mode
light_mode
havFromSin
static method
double
havFromSin
(
double
x
)
Implementation
static double havFromSin(double x) { double x2 = x * x; return x2 / (1 + sqrt(1 - x2)) * .5; }
google_maps_utils package
documentation
utils/math_utils
MathUtils
havFromSin static method
MathUtils class