gogotanaka / hilbert

:dancers: Implement mathematics.
http://hilbert-lang.org/
553 stars 36 forks source link

Incorrect limit for 1/x #85

Open ghost opened 9 years ago

ghost commented 9 years ago

lim[x→0] should not evaluate to ∞, it is undefined.

lim[x→0⁺] = ∞ lim[x→0⁻] = -∞