mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
add trig functions to dec in zig
This commit is contained in:
parent
ab2ec925a3
commit
67494e00fd
2 changed files with 67 additions and 0 deletions
|
@ -22,6 +22,8 @@ comptime {
|
|||
exportDecFn(dec.toStr, "to_str");
|
||||
exportDecFn(dec.fromU64C, "from_u64");
|
||||
exportDecFn(dec.toI128, "to_i128");
|
||||
exportDecFn(dec.fromF64, "from_f64");
|
||||
exportDecFn(dec.toF64, "to_f64");
|
||||
exportDecFn(dec.eqC, "eq");
|
||||
exportDecFn(dec.neqC, "neq");
|
||||
exportDecFn(dec.negateC, "negate");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue