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

thread 'main' has overflowed its stack #128

Open LaoLittle opened 6 months ago

LaoLittle commented 6 months ago
>> a = a a
Variable references itself.
>> a = aa
>> a

thread 'main' has overflowed its stack
fatal runtime error: stack overflow
zsh: abort      kalker