Calc
Inductive()
Lemma
NewType()
Proof
QExists()
QForAll()
Struct()
axiom()
cond()
define()
prove()
search()
simp()
is_power()
Eq()
is_accessor()
is_constructor()
is_if()
is_recognizer()
is_uninterp()
Check if an expression is a power. >>> x = z3.Real(“x”) >>> is_power(x**3) True
x (ExprRef)
bool