Skip to content

Commit

Permalink
quick check for forward reverse modulus
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Aug 26, 2024
1 parent 725cbb9 commit c39ca2d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/shimmers/scratch/modulus.cljs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(ns shimmers.scratch.modulus)

(comment
(for [x (range 10)]
[x (mod x 5) (mod (- 5 x) 5)]))

0 comments on commit c39ca2d

Please sign in to comment.