mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
feat(builtins): Num.asin : Float -> Float
This commit is contained in:
parent
4da2d7f101
commit
bd696e1f6f
9 changed files with 45 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue