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.59k stars 70 forks source link

Feature request: Parse real numbers without leading zero #78

Closed wezm closed 11 months ago

wezm commented 2 years ago

Currently attempting to use a real number without a leading zero you get an error: Unable to parse expression:

kalker
Type 'help' for instructions.
>> 67*.433
Unable to parse expression.

It would be good if this expression was accepted.

PaddiM8 commented 11 months ago

This is now a thing on master!

wezm commented 11 months ago

yay, thank you!