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

Weird results when using ≈ in equations #143

Open timokoesters opened 6 months ago

timokoesters commented 6 months ago

image

PaddiM8 commented 6 months ago

Seems like it returns ≈ 1 whenever you have an equation with an undefined variable on the right hand side. That's unexpected haha. ( is only considered an operator in result strings, not input strings)