Add canonical Expr implementation for NumPow

This commit is contained in:
Dimitar Apostolov 2020-09-10 13:42:18 +02:00
parent 5bbee6217b
commit 51a6e0bde0
4 changed files with 26 additions and 2 deletions

View file

@ -35,6 +35,7 @@ pub enum LowLevel {
NumSqrtUnchecked,
NumRound,
NumToFloat,
NumPow,
Eq,
NotEq,
And,