symja_android_library
symja_android_library copied to clipboard
Numeric integration returns wrong result for `N[ integrate(1/x,{x,0,1}) ]`
There is the input, the integral of 1/x
from 0 to 1 is a divergent integral:
N[ integrate(1/x,{x,0,1}) ]
Error result:
𝟣𝟢.𝟥𝟩𝟦𝟩𝟨
Expected result:
Indeterminate