kicad/common/libeval
jean-pierre charras 7c64dba333 NUMERIC_EVALUATOR::parseSetResult(): fix incorrect use of %g to print a double.
This function is used in UNIT_BINDER, that does not accept floating notation
with exponent, that can be generated by parseSetResult().
As a result: values < 0.0001 cannot be entered in a UNIT_BINDER.
2021-04-14 19:47:03 +02:00
..
grammar.lemon Libeval: leading + is a sign, not an operator 2018-12-03 08:39:30 +01:00
numeric_evaluator.cpp NUMERIC_EVALUATOR::parseSetResult(): fix incorrect use of %g to print a double. 2021-04-14 19:47:03 +02:00