#include <math.h>#include "include/expx2.h"#include "include/normaldistr.h"#include "include/runs_test.h"Go to the source code of this file.
Defines | |
| #define | M 128.0 |
| #define | MINV .0078125 |
| #define | _INFINITY 1.0E20 |
Functions | |
| double | expx2 (double x, int sign) |
| #define M 128.0 |
Definition at line 57 of file expx2.c.
Referenced by _simplexGenNew(), expx2(), nnlsWght(), nnlsWghtSquared(), qr_decomp(), qr_solve(), qr_weight(), and read_matrix().
| double expx2 | ( | double | x, |
| int | sign | ||
| ) |
Function for calculating exponential of squared argument.
| x | Function for calculating exponential of squared argument. |
| sign | Function for calculating exponential of squared argument. |
Definition at line 67 of file expx2.c.
References _INFINITY, M, MAXLOG, and MINV.
Referenced by cephes_erfc(), ndtr(), and test_expx2().
1.8.0