-
- Downloads
Fix get_type_of_expression for constants like sympy.pi
Problem some constant expressions are neither Float,Integer,Rational but don't have arguments. >>> isinstance(pi, Integer) False >>> isinstance(pi, Float) False >>> isinstance(pi, Rational) False >>> pi.args ()
parent
790a98fc
No related branches found
No related tags found
Loading
Please register or sign in to comment