Oakfield API Documentation
1.0.0
Numerical core APIs
Loading...
Searching...
No Matches
airy.h
Go to the documentation of this file.
1
14
#ifndef OAKFIELD_MATH_AIRY_H
15
#define OAKFIELD_MATH_AIRY_H
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
20
27
double
sim_airy_ai_f64
(
double
x);
28
35
float
sim_airy_ai_f32
(
float
x);
36
37
#ifdef __cplusplus
38
}
39
#endif
40
41
#endif
/* OAKFIELD_MATH_AIRY_H */
sim_airy_ai_f64
double sim_airy_ai_f64(double x)
Airy Ai(x) for double-precision real x.
sim_airy_ai_f32
float sim_airy_ai_f32(float x)
Airy Ai(x) for single-precision real x.
include
oakfield
math
airy.h
Generated by
1.9.8