mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
a way forward
This commit is contained in:
parent
8a4975ee8a
commit
6cc8f8624c
5 changed files with 18 additions and 6 deletions
|
@ -75,7 +75,7 @@ const num = @import("num.zig");
|
|||
comptime {
|
||||
exportNumFn(num.atan, "atan");
|
||||
exportNumFn(num.isFinite, "is_finite");
|
||||
exportNumFn(num.powInt, "pow_int");
|
||||
// exportNumFn(num.powInt, "pow_int");
|
||||
exportNumFn(num.acos, "acos");
|
||||
exportNumFn(num.asin, "asin");
|
||||
exportNumFn(num.bytesToU16C, "bytes_to_u16");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue