Open
Description
The long-expected sequel to the popular π is not a number:
from symengine import pi
print((2*pi).is_number)
is_number
returns None
for 2*pi
, though it should be True
.
Also, there seem to be is_number
and is_Number
, which work differently is at least confusing.