Canoe
Comprehensive Atmosphere N' Ocean Engine
special.h
Go to the documentation of this file.
1
#ifndef SRC_CLIMATH_SPECIAL_H_
2
#define SRC_CLIMATH_SPECIAL_H_
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
double
gammp
(
double
a
,
double
x);
9
double
gammq
(
double
a
,
double
x);
10
11
#ifdef __cplusplus
12
}
/* extern "C" */
13
#endif
14
15
#endif
// SRC_CLIMATH_SPECIAL_H_
fit_ammonia.a
a
Definition:
fit_ammonia.py:8
gammq
double gammq(double a, double x)
Definition:
gamma.c:82
gammp
double gammp(double a, double x)
Definition:
gamma.c:67
src
climath
special.h
Generated by
1.9.1