Christophe de Dinechin
Christophe de Dinechin
Same problem with the `primitive` command `∫`
If we have `f` defined as `'x^2+sin(x)'`, then `'∂x(f(x))'` evaluates as `'2*x+COS x'` (which is correct) but then leaves `x` on the stack. If we evaluate `∂'x(f(2*x+1))`, then the stack...
Problem is caused by undesired conversion to fraction. In that specific case, the generated fraction is not generated with sufficient precision.
The correct solution is to make sure that the default value for `FractionIterations` is big enough to give us the correct result.
This is a know issue with iOS, same as #1364. This should be fixed in the next iOS release. The problem is that the application displays the wrong keyboard image....