Skip to content

Commit

Permalink
A trivial change.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuina committed Apr 13, 2020
1 parent 902dd8c commit ab57904
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package/sys/lib.kn
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ end func
+func [d0000.knd, _same] same(n1: float, n2: float): bool
end func

+func toBit64Forcibly(x: float): bit64
end func

+func toFloatForcibly(x: bit64): float
end func

+func [d0000.knd, _toRad] toRad(degree: float): float
end func

Expand Down

0 comments on commit ab57904

Please sign in to comment.