JustinSDK / dotSCAD

Reduce the burden of mathematics when playing OpenSCAD
https://openhome.cc/zh-tw/openscad/
GNU Lesser General Public License v3.0
784 stars 107 forks source link

Fixed util/parse_number for numbers with >2 digits #33

Open MaienM opened 1 year ago

MaienM commented 1 year ago

In these cases the digits at the start of the number would be multiplied by too many powers of ten, inflating the result (123 -> 1203, 1234 -> 1203004, etc).