Limit issue - replacing x with 1/x

Issue #31 resolved
홍찬표 created an issue

Limit[Sin[x]/x,x->0] is "1". (It works well.)

Limit[x*Sin[1/x],x->Infinity] should also be "1" but "Indeterminate".

2nd expression is just the replacement of 1st expression. (x -> 1/x)

Comments (1)

  1. Log in to comment