Closed vil02 closed 9 months ago
fraction.from_float_string does not handle properly the inputs like "-1.25". This PR fixes that.
fraction.from_float_string
"-1.25"
fraction.from_float_string
does not handle properly the inputs like"-1.25"
. This PR fixes that.