mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
fix things
This commit is contained in:
parent
63b1aaad4e
commit
a072d8d1b1
2 changed files with 7 additions and 7 deletions
|
@ -92,8 +92,8 @@ comptime {
|
|||
}
|
||||
|
||||
inline for (FLOATS) |T| {
|
||||
num.exportAsin(T, ROC_BUILTINS ++ "." ++ NUM ++ ".acos.");
|
||||
num.exportAcos(T, ROC_BUILTINS ++ "." ++ NUM ++ ".asin.");
|
||||
num.exportAsin(T, ROC_BUILTINS ++ "." ++ NUM ++ ".asin.");
|
||||
num.exportAcos(T, ROC_BUILTINS ++ "." ++ NUM ++ ".acos.");
|
||||
num.exportAtan(T, ROC_BUILTINS ++ "." ++ NUM ++ ".atan.");
|
||||
|
||||
num.exportIsFinite(T, ROC_BUILTINS ++ "." ++ NUM ++ ".is_finite.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue