PaddiM8 / kalker

Scientific calculator with math syntax that supports user-defined variables and functions, complex numbers, and estimation of derivatives and integrals
https://kalker.xyz
MIT License
1.64k stars 74 forks source link

Fix floating point literal conversion #127

Closed dvishal485 closed 10 months ago

dvishal485 commented 10 months ago

Fixed string parsing to float. Refer #119

PaddiM8 commented 10 months ago

Very nice, thanks! Looks good to me.