Fix Num.sqrt, div, mod, and rem

This commit is contained in:
Richard Feldman 2020-06-25 21:47:02 -04:00
parent ee52d52047
commit 44477f98e9
6 changed files with 118 additions and 42 deletions

View file

@ -21,7 +21,7 @@ pub enum LowLevel {
NumNeg,
NumSin,
NumCos,
NumSqrt,
NumSqrtUnchecked,
NumRound,
NumToFloat,
Eq,