feat(builtins): Num.acos : Float -> Float

This commit is contained in:
lrosa007 2020-11-01 09:27:42 -05:00
parent 00445b3bc6
commit 4da2d7f101
9 changed files with 46 additions and 2 deletions

View file

@ -44,6 +44,7 @@ pub enum LowLevel {
NumFloor,
NumIsFinite,
NumAtan,
NumAcos,
Eq,
NotEq,
And,

View file

@ -652,6 +652,7 @@ define_builtins! {
42 NUM_ADD_WRAP: "addWrap"
43 NUM_ADD_CHECKED: "addChecked"
44 NUM_ATAN: "atan"
45 NUM_ACOS: "acos"
}
2 BOOL: "Bool" => {
0 BOOL_BOOL: "Bool" imported // the Bool.Bool type alias