Hadrian Tang

Results 569 comments of Hadrian Tang

But this is literally #341

Wait... You closed the wrong issue!

But this issue is about 0.'3' -> 1/3 Aka inputting recurring decimals.

P.S. Wait for Disquz to load and you will be directed to the comment!

Why is an issue requesting the addition of limits moved to an issue about issue labeling?

`limit((1+1/x)^x*x-e*x,x,Infinity)` => `-Infinity` Expected: `-e/2` https://www.quora.com/What-is-the-hardest-limit-math-problem (the 2nd answer)

Missing active label

A fourth parameter should be added to decide the direction of approach: any negative number for limit from the left, `0` (default) for two-sided limit, any positive number for limit...

limit((2sin(x)-sin(2x))/(x-sin(x)),x,0) => -1 According to https://en.wikipedia.org/wiki/L%27Hôpital%27s_rule#Examples, this should be 6

limit((e^x+e^-x)/(e^x-e^-x),x,1) => 961279542332782/732104881680479, unable to give Wolfram Alpha's lim_(x->1) (e^x + e^(-x))/(e^x - e^(-x)) = (1/e + e)/(-1/e + e)