Documentation of 'jhplot.math.num.special.Trigonometric' Java class.
Trigonometric
jhplot.math.num.special

Class Trigonometric



  • public final class Trigonometric
    extends java.lang.Object
    Utility class that provides methods related to the trigonometric functions.
    Since:
    1.1
    • Method Detail

      • acosh

        public static double acosh(double x)
        Parameters:
        x - double value for which to find the inverse hyperbolic cosine
        Returns:
        cosh-1(x)
        Since:
        1.2
      • asinh

        public static double asinh(double x)
        Returns the inverse hyperbolic sine of x.
        Parameters:
        x - double value for which to find the inverse hyperbolic sine
        Returns:
        sinh-1(x)
        Since:
        1.2
      • atanh

        public static double atanh(double x)
        Parameters:
        x - double value for which to find the inverse hyperbolic tangent
        Returns:
        tanh-1(x)
        Since:
        1.2
      • cosh

        public static double cosh(double x)
        Returns the hyperbolic cosine of x.
        Parameters:
        x - double value for which to find the hyperbolic cosine
        Returns:
        cosh(x)
      • sinh

        public static double sinh(double x)
        Returns the hyperbolic sine of x.
        Parameters:
        x - double value for which to find the hyperbolic sine
        Returns:
        sinh(x)
      • tanh

        public static double tanh(double x)
        Returns the hyperbolic tangent of x.
        Parameters:
        x - double value for which to find the hyperbolic sine
        Returns:
        sinh(x)

DMelt 3.0 © DataMelt by jWork.ORG