Fork me on GitHub
#joker
<
2019-10-24
>
hlship22:10:05

Missing some basic math: want to divide (/ a b) and round to nearest, or round up. No equivalent of java.math methods to lean on. Am I missing anything?

jcburley22:10:06

Joker doesn't define ceiling/floor functions (yet), but it does have joker.core/quot and joker.core/rem (quotient and remainder), which you might find helpful in throwing something together.