|
FastLED 3.9.15
|
Include dependency graph for ieee754_string.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | fl |
| Base definition for an LED controller. | |
Functions | |
| fl::string | fl::ieee754_format_decimal (u32 bits, int precision=6) FL_NOEXCEPT |
| Format IEEE 754 single-precision bits as decimal text. | |
| u32 | fl::ieee754_parse_decimal (const char *s, fl::size len, fl::size *consumed=nullptr) FL_NOEXCEPT |
| Parse a decimal floating-point number into IEEE 754 single-precision bits. | |