@kenji_signifier has joined the channel
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?
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.