cc.redberry.core.number
Class ComplexUtils
- java.lang.Object
-
- cc.redberry.core.number.ComplexUtils
-
public final class ComplexUtils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static Complexarccos(Complex complex)Numerical arccosine.static Complexarccot(Complex complex)Numerical arccotangent.static Complexarcsin(Complex complex)Numerical arcsine.static Complexarctan(Complex complex)Numerical arctangent.static Complexcos(Complex complex)Numerical cosine.static Complexcot(Complex complex)Numerical cotangent.static Complexexp(Complex complex)Numerical exponent.static Complexlog(Complex complex)Numerical natural logarithm.static Complexsin(Complex complex)Numerical sine.static Complextan(Complex complex)Numerical tangent.
-
-
-
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
-
-
DataMelt 3.0 © DataMelt by jWork.ORG