-
- Downloads
"docs/source/tutorials/01_tutorial_getting_started.ipynb" did not exist on "54ff216ba0a8aee717f0cc58403e913c3d622886"
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
Please register or sign in to comment