Skip to main content

unchecked-subtract

macrov1.7

cljs.core/unchecked-subtract

Available in:BBCLJCLJS
(unchecked-subtract [x] [x y] [x y & more])
If no ys are supplied, returns the negation of x, else subtracts the ys from x and returns the result.

No examples yet. Be the first to add one!