|
Qucs-core
0.0.18
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <cmath>#include <float.h>#include "compat.h"#include "constants.h"#include "fspecial.h"Go to the source code of this file.
Data Structures | |
| struct | cheb_series_t |
Typedefs | |
| typedef struct cheb_series_t | cheb_series |
Functions | |
| static nr_double_t | cheb_eval (const cheb_series *cs, const nr_double_t x) |
| static nr_double_t | erfc8 (nr_double_t x) |
| static nr_double_t | erfseries (nr_double_t x) |
Variables | |
| const nr_double_t | SN_ACC = 1e-5 |
| const nr_double_t | K_ERR = 1e-8 |
| static nr_double_t | erfc_xlt1_data [20] |
| static cheb_series | erfc_xlt1_cs |
| static nr_double_t | erfc_x15_data [25] |
| static cheb_series | erfc_x15_cs |
| static nr_double_t | erfc_x510_data [20] |
| static cheb_series | erfc_x510_cs |
| static nr_double_t | bi0_data [12] |
| static cheb_series | bi0_cs |
| static nr_double_t | ai0_data [21] |
| static cheb_series | ai0_cs |
| static nr_double_t | ai02_data [22] |
| static cheb_series | ai02_cs |
| typedef struct cheb_series_t cheb_series |
Definition at line 191 of file fspecial.cpp.
|
static |
Definition at line 193 of file fspecial.cpp.
|
static |
Definition at line 298 of file fspecial.cpp.
|
static |
Definition at line 362 of file fspecial.cpp.
|
static |
Definition at line 496 of file fspecial.cpp.
|
static |
Definition at line 472 of file fspecial.cpp.
|
static |
Definition at line 468 of file fspecial.cpp.
|
static |
Definition at line 445 of file fspecial.cpp.
|
static |
Definition at line 441 of file fspecial.cpp.
|
static |
Definition at line 427 of file fspecial.cpp.
|
static |
Definition at line 264 of file fspecial.cpp.
|
static |
Definition at line 237 of file fspecial.cpp.
|
static |
Definition at line 292 of file fspecial.cpp.
|
static |
Definition at line 270 of file fspecial.cpp.
|
static |
Definition at line 232 of file fspecial.cpp.
|
static |
Definition at line 210 of file fspecial.cpp.
| const nr_double_t K_ERR = 1e-8 |
Definition at line 89 of file fspecial.cpp.
| const nr_double_t SN_ACC = 1e-5 |
Definition at line 88 of file fspecial.cpp.
1.8.6