Documentation of 'cc.redberry.core.number.ComplexUtils' Java class
ComplexUtils
cc.redberry.core.number

Class ComplexUtils



  • public final class ComplexUtils
    extends java.lang.Object
    • Method Detail

      • sin

        public static Complex sin(Complex complex)
        Numerical sine.
        Parameters:
        complex - argument
        Returns:
        sine
      • cos

        public static Complex cos(Complex complex)
        Numerical cosine.
        Parameters:
        complex - argument
        Returns:
        cosine
      • tan

        public static Complex tan(Complex complex)
        Numerical tangent.
        Parameters:
        complex - argument
        Returns:
        tangent
      • cot

        public static Complex cot(Complex complex)
        Numerical cotangent.
        Parameters:
        complex - argument
        Returns:
        cotangent
      • arcsin

        public static Complex arcsin(Complex complex)
        Numerical arcsine.
        Parameters:
        complex - argument
        Returns:
        arcsine
      • arccos

        public static Complex arccos(Complex complex)
        Numerical arccosine.
        Parameters:
        complex - argument
        Returns:
        arccosine
      • arctan

        public static Complex arctan(Complex complex)
        Numerical arctangent.
        Parameters:
        complex - argument
        Returns:
        arctangent
      • arccot

        public static Complex arccot(Complex complex)
        Numerical arccotangent.
        Parameters:
        complex - argument
        Returns:
        arccotangent
      • log

        public static Complex log(Complex complex)
        Numerical natural logarithm.
        Parameters:
        complex - argument
        Returns:
        natural logarithm
      • exp

        public static Complex exp(Complex complex)
        Numerical exponent.
        Parameters:
        complex - argument
        Returns:
        exponent

DataMelt 3.0 © DataMelt by jWork.ORG

Ads help maintain this website.