void ftoa_bounded_extra(JsVarFloat val,char *str, size_t len, int radix, int fractionalDigits) {
// possible areas that end of array may be encountered
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Sun 2019.08.25
Links to areas of source that appear to be the entry points that will need a looksy:
Definition
GitHub source file for
toFixed()
JS_NUMBER_BUFFER_SIZE is suspect, but I'm not able to locate where that constant is defined
ftoa_bounded_extra
jsvGetFloat