We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785f70a commit c2decccCopy full SHA for c2deccc
symengine/lib/symengine_wrapper.pyx
@@ -2582,11 +2582,11 @@ class UnevaluatedExpr(OneArgFunction):
2582
2583
@property
2584
def is_integer(self):
2585
- return self.args[0].is_number
+ return self.args[0].is_integer
2586
2587
2588
def is_finite(self):
2589
+ return self.args[0].is_finite
2590
2591
2592
class Abs(OneArgFunction):
0 commit comments