Add Num.floor

This commit is contained in:
Jared Ramirez 2020-09-17 17:39:07 -07:00
parent 3b7db3858a
commit 665c7c7f9f
10 changed files with 87 additions and 21 deletions

View file

@ -39,6 +39,7 @@ pub enum LowLevel {
NumPow,
NumCeiling,
NumPowInt,
NumFloor,
Eq,
NotEq,
And,