|
FastLED 3.9.15
|
| void fl::ftoa | ( | float | value, |
| char * | buffer, | ||
| int | precision = 2 ) |
Convert floating point number to string buffer.
| value | The float value to convert |
| buffer | Output buffer (must be at least 64 bytes) |
| precision | Number of decimal places (default: 2) |
Definition at line 186 of file charconv.cpp.hpp.
References fl::printf_detail::format_float(), and type_rank< T >::value.
Referenced by fl::basic_string::append(), fl::basic_string::append(), and fl::format_detail::format_float().
Here is the call graph for this function:
Here is the caller graph for this function: