- changed status to resolved
Evaluate Limit() in quiet mode
Issue #43
resolved
Example: Limit(Sin(x)/x, x->0)
Prints the warning "Infinite expression 0^(negative number)"
Use EvalEngine.setQuietMode(true); to avoid these warnings
Comments (1)
-
reporter - Log in to comment
Fixed issue
#43: Evaluate Limit() in quiet mode→ <<cset d9656744cb93>>