Package de.gsi.math.filter.iir
Class MathSupplement
- java.lang.Object
-
- de.gsi.math.filter.iir.MathSupplement
-
public class MathSupplement extends java.lang.ObjectUseful math functions which come back over and over again
-
-
Field Summary
Fields Modifier and Type Field Description static doubledoubleLn10
-
Constructor Summary
Constructors Constructor Description MathSupplement()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static doubleacosh(double x)static org.apache.commons.math3.complex.Complexaddmul(org.apache.commons.math3.complex.Complex c, double v, org.apache.commons.math3.complex.Complex c1)static org.apache.commons.math3.complex.Complexadjust_imag(org.apache.commons.math3.complex.Complex c)static doubleasinh(double x)static org.apache.commons.math3.complex.Complexrecip(org.apache.commons.math3.complex.Complex c)static org.apache.commons.math3.complex.Complexsolve_quadratic_1(double a, double b, double c)static org.apache.commons.math3.complex.Complexsolve_quadratic_2(double a, double b, double c)
-
-
-
Method Detail
-
acosh
public static double acosh(double x)
-
addmul
public static org.apache.commons.math3.complex.Complex addmul(org.apache.commons.math3.complex.Complex c, double v, org.apache.commons.math3.complex.Complex c1)
-
adjust_imag
public static org.apache.commons.math3.complex.Complex adjust_imag(org.apache.commons.math3.complex.Complex c)
-
asinh
public static double asinh(double x)
-
recip
public static org.apache.commons.math3.complex.Complex recip(org.apache.commons.math3.complex.Complex c)
-
solve_quadratic_1
public static org.apache.commons.math3.complex.Complex solve_quadratic_1(double a, double b, double c)
-
solve_quadratic_2
public static org.apache.commons.math3.complex.Complex solve_quadratic_2(double a, double b, double c)
-
-