OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Macros | Functions
functions.cpp File Reference
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "Algorithms/bet/math/functions.h"
Include dependency graph for functions.cpp:

Go to the source code of this file.

Macros

#define ACC   40.0
 
#define BIGNO   1.0e10
 
#define BIGNI   1.0e-10
 

Functions

double bessj (int n, double x)
 
double errfc (double x)
 

Macro Definition Documentation

#define ACC   40.0

Definition at line 79 of file functions.cpp.

Referenced by bessj().

#define BIGNI   1.0e-10

Definition at line 81 of file functions.cpp.

Referenced by bessj().

#define BIGNO   1.0e10

Definition at line 80 of file functions.cpp.

Referenced by bessj().

Function Documentation

double bessj ( int  n,
double  x 
)

Definition at line 83 of file functions.cpp.

References ACC, BIGNI, BIGNO, fabs(), Hypervolume::n, sqrt(), and sum().

Here is the call graph for this function:

double errfc ( double  x)

Definition at line 146 of file functions.cpp.

References exp(), and fabs().

Here is the call graph for this function: