Evaluate Limit() in quiet mode

Issue #43 resolved
Axel Kramer repo owner created an issue

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)

  1. Log in to comment