Skip to content

Commit

Permalink
Addresses additional trig names from #468
Browse files Browse the repository at this point in the history
  • Loading branch information
jpolitz committed Jan 18, 2024
1 parent 4233b61 commit 5276f8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/web/arr/trove/starter2024.arr
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ provide from G:
num-ceiling-digits,
num-ceiling-place,
num-cos,
num-cos as cos,
num-equal,
num-exact,
num-exp,
Expand All @@ -357,6 +358,7 @@ provide from G:
num-min,
num-modulo,
num-random,
num-random as random,
num-random-seed,
num-remainder,
num-round,
Expand All @@ -366,11 +368,13 @@ provide from G:
num-round-even-place,
num-round-place,
num-sin,
num-sin as sin,
num-sqr,
num-sqr as sqr,
num-sqrt,
num-sqrt as sqrt,
num-tan,
num-tan as tan,
num-to-fixnum,
num-to-rational,
num-to-roughnum,
Expand Down

0 comments on commit 5276f8f

Please sign in to comment.