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

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