mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Add Num.log and wire it up
This commit is contained in:
parent
47ddfd2639
commit
928249df2a
6 changed files with 130 additions and 59 deletions
|
@ -71,6 +71,7 @@ pub enum LowLevel {
|
|||
NumSin,
|
||||
NumCos,
|
||||
NumSqrtUnchecked,
|
||||
NumLogUnchecked,
|
||||
NumRound,
|
||||
NumToFloat,
|
||||
NumPow,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue