Returns a number one greater than num. Supports arbitrary precision.
See also: inc
(defn inc'
"Returns a number one greater than num. Supports arbitrary precision.
See also: inc"
{:inline (fn [x] `(. clojure.lang.Numbers (incP ~x)))
:added "1.0"}
[x] (. clojure.lang.Numbers (incP x)))
Comments top
No comments for inc'. Log in to add a comment.