Skip to content

Commit 7a87ba8

Browse files
committed
dcic2024: Pull E from constants instead of defining
1 parent 3196e26 commit 7a87ba8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/web/arr/trove/dcic2024.arr

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ include chart
1515
import statistics as S
1616
# import lists as L
1717
import sets as ST
18+
import constants as C
1819

1920
provide:
2021
get-row,
@@ -46,7 +47,10 @@ provide:
4647
pie-chart,
4748
bar-chart,
4849
dot-plot,
49-
labeled-dot-plot,
50+
labeled-dot-plot
51+
end
52+
53+
provide from C:
5054
E
5155
end
5256

@@ -247,5 +251,3 @@ fun count-many(tab, cols):
247251
end)
248252
end
249253
end
250-
251-
E = ~2.718281828459045

0 commit comments

Comments
 (0)