|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
Real Airy Ai helpers for beam-style stimulus operators. More...
Go to the source code of this file.
Functions | |
| 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. | |
Real Airy Ai helpers for beam-style stimulus operators.
The implementation combines:
This gives a stable daily-driver Ai(x) for the moderate argument ranges used by stimulus operators without pulling in heavyweight external special-function dependencies.
| float sim_airy_ai_f32 | ( | float | x | ) |
Airy Ai(x) for single-precision real x.
| x | Real argument. |
| double sim_airy_ai_f64 | ( | double | x | ) |
Airy Ai(x) for double-precision real x.
| x | Real argument. |