![]() |
Imt.Base C++ API V4.1.1.0
|
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. | |
| 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.
| using float32_t = float |
32 Bits float variable (float)
Definition at line 56 of file stdfloat.h.
| using float64_t = double |
64 Bits float variable (double)
Definition at line 63 of file stdfloat.h.