gogotanaka / hilbert

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

"lim[x->0] sin(x)/x" returns wrong answer #72

Open coporlock opened 9 years ago

coporlock commented 9 years ago

When I run the code below, I got wrong answer:

Enjoy! -> lim[x->0] sin(x)/x
oo

I expect that it returns 1.(WolframAlpha answer)

versions: hilbert 0.0.2700300 ruby 2.1.4p265

gogotanaka commented 9 years ago

@comporlock lim[x->0] sin(x)/x should be 1. yes, you'er not wrong.

OK, I'm gonna fix it. Please give me some time.