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

    Modifier and Type Method Description
    static double atan​(double value)  
    static double sinh​(double value)  

    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)