public class MathSupplement extends Object
| Modifier and Type | Field and Description |
|---|---|
static double |
doubleLn10 |
| Constructor and Description |
|---|
MathSupplement() |
| Modifier and Type | Method and Description |
|---|---|
static double |
acosh(double x) |
static org.apache.commons.math3.complex.Complex |
addmul(org.apache.commons.math3.complex.Complex c,
double v,
org.apache.commons.math3.complex.Complex c1) |
static org.apache.commons.math3.complex.Complex |
adjust_imag(org.apache.commons.math3.complex.Complex c) |
static double |
asinh(double x) |
static org.apache.commons.math3.complex.Complex |
recip(org.apache.commons.math3.complex.Complex c) |
static org.apache.commons.math3.complex.Complex |
solve_quadratic_1(double a,
double b,
double c) |
static org.apache.commons.math3.complex.Complex |
solve_quadratic_2(double a,
double b,
double c) |
public static double acosh(double x)
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)
public static org.apache.commons.math3.complex.Complex adjust_imag(org.apache.commons.math3.complex.Complex c)
public static double asinh(double x)
public static org.apache.commons.math3.complex.Complex recip(org.apache.commons.math3.complex.Complex c)
public static org.apache.commons.math3.complex.Complex solve_quadratic_1(double a,
double b,
double c)
public static org.apache.commons.math3.complex.Complex solve_quadratic_2(double a,
double b,
double c)
Copyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.