![]() |
Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
|
Go to the source code of this file.
Macros | |
| #define | POT_2(x) ((x)*(x)) |
| #define | POT_3(x) ((x)*(x)*(x)) |
| #define | POT_4(x) ((x)*(x)*(x)*(x)) |
| #define | POT_5(x) ((x)*(x)*(x)*(x)*(x)) |
| #define POT_2 | ( | x | ) | ((x)*(x)) |
Routines for exponentiation
Definition at line 26 of file atmosphere.cpp.
| #define POT_3 | ( | x | ) | ((x)*(x)*(x)) |
Definition at line 27 of file atmosphere.cpp.
| #define POT_4 | ( | x | ) | ((x)*(x)*(x)*(x)) |
Definition at line 28 of file atmosphere.cpp.
| #define POT_5 | ( | x | ) | ((x)*(x)*(x)*(x)*(x)) |
Definition at line 29 of file atmosphere.cpp.
Definition at line 22 of file atmosphere.cpp.
Referenced by linear_least_square_fit< sample_type, evaluation_type >::evaluate(), and my_atof().
Definition at line 14 of file atmosphere.cpp.
Definition at line 15 of file atmosphere.cpp.
Definition at line 16 of file atmosphere.cpp.
| float s[2][6] |
Definition at line 17 of file atmosphere.cpp.
Referenced by format_integer(), my_atof(), read_identifier(), to_ascii_1_decimal(), to_ascii_1_decimal(), to_ascii_2_decimals(), and to_ascii_2_decimals().