|
Colobot
|
Implementation of half-precision floating point values. More...
#include <cstdint>
Classes | |
| struct | Math::half |
| half-precision floating point type More... | |
Namespaces | |
| Math | |
| Namespace for (new) math code. | |
Functions | |
| uint16_t | Math::FloatToHalf (float value) |
| Converts float to half-float. More... | |
| float | Math::HaltToFloat (uint16_t value) |
| Converts half-float to float. More... | |
Implementation of half-precision floating point values.