Liking cljdoc? Tell your friends :D
ClojureScript only.

infinitelives.utils.math


limitcljs

(limit num low high)

limit the number num between low and high. If its less than low, return low if its more than high, return hi. else return num.

limit the number num between low and high. If its less than low, return low
if its more than high, return hi. else return num.
sourceraw docstring

rand-betweencljs

(rand-between low high)

return a random integer between low and high inclusive

return a random integer between low and high inclusive
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close