메소드 | 설명 | |
---|---|---|
Erf ( ScalarValue z ) : ScalarValue |
Computes the complex error function erf(z).
|
|
Erf ( double x ) : double |
Computes the normal error function erf(x).
|
|
Erfc ( ScalarValue z ) : ScalarValue |
Computes the complex complementary error function erfc(z).
|
|
Erfc ( double a ) : double |
Computes the complementary error function erfc(x).
|
|
Faddeeva ( ScalarValue z ) : ScalarValue |
The Faddeeva function or Kramp function is a scaled complex complementary error function.
|
메소드 | 설명 | |
---|---|---|
ContinuedFraction ( ScalarValue z ) : ScalarValue | ||
Erf_Series ( ScalarValue z ) : ScalarValue | ||
Taylor ( ScalarValue z0, ScalarValue w0, ScalarValue dz ) : ScalarValue | ||
Weideman ( ScalarValue z ) : ScalarValue | ||
p1evl ( Double x, Double coef, |
||
polevl ( Double x, Double coef, |
public static Erf ( ScalarValue z ) : ScalarValue | ||
z | ScalarValue | The complex argument. |
리턴 | ScalarValue |
public static Erfc ( ScalarValue z ) : ScalarValue | ||
z | ScalarValue | The complex argument. |
리턴 | ScalarValue |
public static Faddeeva ( ScalarValue z ) : ScalarValue | ||
z | ScalarValue | The argument z. |
리턴 | ScalarValue |