Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
stdfloat.h File Reference

Go to the source code of this file.

Typedefs

using float32_t = float
 32 Bits float variable (float)
 
using float64_t = double
 64 Bits float variable (double)
 
using float128_t = long double
 128 Bits float variable (long double) This type may be 64 bit and not 128 bit depending on target platform.
 

Typedef Documentation

◆ float128_t

using float128_t = long double

128 Bits float variable (long double) This type may be 64 bit and not 128 bit depending on target platform.

Definition at line 72 of file stdfloat.h.

◆ float32_t

using float32_t = float

32 Bits float variable (float)

Definition at line 56 of file stdfloat.h.

◆ float64_t

using float64_t = double

64 Bits float variable (double)

Definition at line 63 of file stdfloat.h.