![]() |
Shamrock 2025.10.0
Astrophysical Code
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Typedefs | |
| using | f32 = float |
| Alias for float. | |
| using | f64 = double |
| Alias for double. | |
Functions | |
| constexpr f32 | operator""_f32 (long double n) |
| Literal suffix for 32 bit float. | |
| constexpr f64 | operator""_f64 (long double n) |
| Literal suffix for 64 bit float. | |
Definition in file aliases_float.hpp.
| using f32 = float |
Alias for float.
Definition at line 19 of file aliases_float.hpp.
| using f64 = double |
Alias for double.
Definition at line 20 of file aliases_float.hpp.
|
constexpr |
Literal suffix for 32 bit float.
Definition at line 23 of file aliases_float.hpp.
|
constexpr |
Literal suffix for 64 bit float.
Definition at line 25 of file aliases_float.hpp.