public class Tools extends Object
Modifier and Type | Method and Description |
---|---|
static double |
safeAcos(double value)
Java acos yields a NAN if you take an arc-cos of an
angle that's just a tiny bit greater than 1.0, so
here's a more resilient version.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.