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