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

This commit is contained in:
lrosa007 2020-11-01 09:54:00 -05:00
parent 4da2d7f101
commit bd696e1f6f
9 changed files with 45 additions and 3 deletions

View file

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