mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Fix Num.sqrt, div, mod, and rem
This commit is contained in:
parent
ee52d52047
commit
44477f98e9
6 changed files with 118 additions and 42 deletions
|
@ -21,7 +21,7 @@ pub enum LowLevel {
|
|||
NumNeg,
|
||||
NumSin,
|
||||
NumCos,
|
||||
NumSqrt,
|
||||
NumSqrtUnchecked,
|
||||
NumRound,
|
||||
NumToFloat,
|
||||
Eq,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue