There is the input, the integral of `1/x` from 0 to 1 is a divergent integral: ```mma N[ integrate(1/x,{x,0,1}) ] ``` Error result: ```mma 𝟣𝟢.𝟥𝟩𝟦𝟩𝟨 ``` <img width="467" alt="image" src="https://github.com/user-attachments/assets/41b78f78-ce5f-4a89-9f9a-0596d9255959"> Expected result: ```mma Indeterminate ```