-
Yukihiro "Matz" Matsumoto authored
The new version gives more accurate values for decimal number representation that are not divisible in binary representations, for example `0.3`. The function uses `long double` for precision. Please report if `long double` causes problems on any platform (especially microcontrollers). Ref #6182
Yukihiro "Matz" Matsumoto authoredThe new version gives more accurate values for decimal number representation that are not divisible in binary representations, for example `0.3`. The function uses `long double` for precision. Please report if `long double` causes problems on any platform (especially microcontrollers). Ref #6182
Loading