Hi, i have an expression:
expr = sympify("asinh(2)+sqrt(5)-oo")
When i try to simplify this expression:
expr_simplified = simplify(expr)
I get:
print(expr_simplified)
// -oo+asinh(2) 
However, if i use the expression:
"asinh(2)+sqrt(5)+oo"
after simplification, i get:
"oo" - as it should be.
I think there is an error in sympy code, simplify function doesn't simplify 
expression to the end.
What you think about it?

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/185764b1-33c2-48e2-9906-bf0b657abd77n%40googlegroups.com.

Reply via email to