Documentation of 'jsat.math.TrigMath' Java class
TrigMath
jsat.math

Class TrigMath



  • public class TrigMath
    extends java.lang.Object
    This class includes additional trig and hyperbolic trig that does not come with Java.Math by default.
    • Constructor Summary

      Constructors 
      Constructor and Description
      TrigMath() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static double acosh(double x) 
      static double acotch(double x) 
      static double acsch(double x) 
      static double asech(double x) 
      static double asinh(double x) 
      static double atanh(double x) 
      static double coth(double x) 
      static double csch(double x) 
      static double sech(double x) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TrigMath

        public TrigMath()
    • Method Detail

      • coth

        public static double coth(double x)
      • sech

        public static double sech(double x)
      • csch

        public static double csch(double x)
      • asinh

        public static double asinh(double x)
      • acosh

        public static double acosh(double x)
      • atanh

        public static double atanh(double x)
      • asech

        public static double asech(double x)
      • acsch

        public static double acsch(double x)
      • acotch

        public static double acotch(double x)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.