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
18extern "C" {
19#endif
20
27double sim_airy_ai_f64(double x);
28
35float sim_airy_ai_f32(float x);
36
37#ifdef __cplusplus
38}
39#endif
40
41#endif /* OAKFIELD_MATH_AIRY_H */
double sim_airy_ai_f64(double x)
Airy Ai(x) for double-precision real x.
float sim_airy_ai_f32(float x)
Airy Ai(x) for single-precision real x.