Package org.elasticsearch.common.util
Class ESSloppyMath
java.lang.Object
org.elasticsearch.common.util.ESSloppyMath
public class ESSloppyMath
extends java.lang.Object
Similar to Lucene's SloppyMath, but for additional math functions.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
sinh
public static double sinh(double value) -
atan
public static double atan(double value)
-