Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Typedefs | Functions
aliases_float.hpp File Reference
+ 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.
 

Detailed Description

Author
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)

Definition in file aliases_float.hpp.

Typedef Documentation

◆ f32

using f32 = float

Alias for float.

Definition at line 19 of file aliases_float.hpp.

◆ f64

using f64 = double

Alias for double.

Definition at line 20 of file aliases_float.hpp.

Function Documentation

◆ operator""_f32()

constexpr f32 operator""_f32 ( long double  n)
constexpr

Literal suffix for 32 bit float.

Definition at line 23 of file aliases_float.hpp.

◆ operator""_f64()

constexpr f64 operator""_f64 ( long double  n)
constexpr

Literal suffix for 64 bit float.

Definition at line 25 of file aliases_float.hpp.