fix things

This commit is contained in:
Folkert 2021-10-20 16:56:04 +02:00
parent 63b1aaad4e
commit a072d8d1b1
2 changed files with 7 additions and 7 deletions

View file

@ -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.");