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

_ returns the value of the last executed expression value #114

Closed Sergo1217 closed 11 months ago

Sergo1217 commented 1 year ago

I want to _ work like in Python Capture40

romanw commented 1 year ago

Use ans instead of _ e.g. ans * 2

PaddiM8 commented 11 months ago

This would unfortunately not longer make it possible to have underscores in variables, due to the way multiplication works.