Interface PsyNumeric

    • Method Detail

      • realValue

        double realValue()
        Returns the real part of this object.
        Returns:
        the real part.
      • imagValue

        double imagValue()
        Returns the real part of this object.
        Returns:
        the imaginary part.
      • psyAbs

        PsyRealNumeric psyAbs()
        Returns a Ψ-numeric absolute value of this object.
        Returns:
        a Ψ-numeric absolute value.
      • psyExp

        PsyNumeric psyExp()
        Returns a Ψ-numeric representing the exponent of this object.
        Returns:
        a Ψ-numeric exponent.
      • psyCos

        PsyNumeric psyCos()
        Returns a Ψ-numeric representing the cosine of this object.
        Returns:
        a Ψ-numeric cosine.
      • psySin

        PsyNumeric psySin()
        Returns a Ψ-numeric representing the sine of this object.
        Returns:
        a Ψ-numeric sine.
      • psyTan

        PsyNumeric psyTan()
        Returns a Ψ-numeric representing the tangent of this object.
        Returns:
        a Ψ-numeric tangent.
      • psyLog

        PsyNumeric psyLog()
        Returns a Ψ-numeric representing the natural logarithm of this object.
        Returns:
        a Ψ-numeric logarithm. value.
      • psyAcos

        PsyNumeric psyAcos()
        Returns a Ψ-numeric representing the arc cosine of this object.
        Returns:
        a Ψ-numeric arc cosine.
      • psyAsin

        PsyNumeric psyAsin()
        Returns a Ψ-numeric representing the arc sine of this object.
        Returns:
        a Ψ-numeric arc sine.
      • psyAtan

        PsyNumeric psyAtan()
        Returns a Ψ-numeric representing the arc tangent of this object.
        Returns:
        a Ψ-numeric arcc tangent.
      • psySqrt

        PsyNumeric psySqrt()
        Returns a Ψ-numeric representing the square root of this object.
        Returns:
        a Ψ-numeric square root of this number.
      • psyCbrt

        PsyNumeric psyCbrt()
        Returns a Ψ-numeric representing the cubic root of this object.
        Returns:
        a Ψ-numeric cubic root of this number.
      • psyCosh

        PsyNumeric psyCosh()
        Returns a Ψ-numeric representing the hyperbolic cosine of this object.
        Returns:
        a Ψ-numeric hyperbolic cosine of this number.
      • psySinh

        PsyNumeric psySinh()
        Returns a Ψ-numeric representing the hyperbolic sine of this object.
        Returns:
        a Ψ-numeric hyperbolic sine of this number.
      • psyTanh

        PsyNumeric psyTanh()
        Returns a Ψ-numeric representing the hyperbolic tangent of this object.
        Returns:
        a Ψ-numeric hyperbolic tangent of this number.