My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Typedefs | Variables
fspecial.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <float.h>
#include "compat.h"
#include "constants.h"
#include "fspecial.h"
Include dependency graph for fspecial.cpp:

Go to the source code of this file.

Classes

struct  cheb_series_t
 

Typedefs

typedef struct cheb_series_t cheb_series
 

Variables

const nr_double_t SN_ACC = 1e-5
 
const nr_double_t K_ERR = 1e-8
 

Typedef Documentation

typedef struct cheb_series_t cheb_series

Definition at line 191 of file fspecial.cpp.

Variable Documentation

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.