Fix Num.toFloat

This commit is contained in:
Richard Feldman 2020-06-23 19:27:03 -04:00
parent dd8dff0f9e
commit 30a95e90d1
5 changed files with 55 additions and 43 deletions

View file

@ -23,6 +23,7 @@ pub enum LowLevel {
NumCos,
NumSqrt,
NumRound,
NumToFloat,
Eq,
NotEq,
And,