mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +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
|
@ -17,6 +17,7 @@ pub fn get_bytes() -> Vec<u8> {
|
|||
buffer
|
||||
}
|
||||
|
||||
pub const MATH_ASIN: &str = "roc_builtins.math.asin";
|
||||
pub const MATH_ACOS: &str = "roc_builtins.math.acos";
|
||||
pub const MATH_ATAN: &str = "roc_builtins.math.atan";
|
||||
pub const MATH_IS_FINITE: &str = "roc_builtins.math.is_finite";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue