org.apache.commons.math.complex
Class ComplexMath
java.lang.Object
org.apache.commons.math.complex.ComplexMath
- public class ComplexMath
- extends Object
Reference:
http://myweb.lmu.edu/dmsmith/ZMLIB.pdf
- Version:
- $Revision: 1.4 $ $Date: 2003/11/15 18:52:31 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
acos
public static Complex acos(Complex z)
asin
public static Complex asin(Complex z)
atan
public static Complex atan(Complex z)
cos
public static Complex cos(Complex z)
cosh
public static Complex cosh(Complex z)
exp
public static Complex exp(Complex z)
log
public static Complex log(Complex z)
pow
public static Complex pow(Complex y,
Complex x)
sin
public static Complex sin(Complex z)
sinh
public static Complex sinh(Complex z)
sqrt
public static Complex sqrt(Complex z)
sqrt1z
public static Complex sqrt1z(Complex z)
- Returns the square root of 1 - z^2.
- Returns:
- the square root of 1 - z^2.
tan
public static Complex tan(Complex z)
tanh
public static Complex tanh(Complex z)
Copyright © 2003-2004 Apache Software Foundation. All Rights Reserved.