mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Fix Num.toFloat
This commit is contained in:
parent
dd8dff0f9e
commit
30a95e90d1
5 changed files with 55 additions and 43 deletions
|
@ -23,6 +23,7 @@ pub enum LowLevel {
|
|||
NumCos,
|
||||
NumSqrt,
|
||||
NumRound,
|
||||
NumToFloat,
|
||||
Eq,
|
||||
NotEq,
|
||||
And,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue