ClojureDocs

Nav

Namespaces

*unchecked-math*

clojure.core

Available since 1.3
    While bound to true, compilations of +, -, *, inc, dec and the
    coercions will be done without overflow checks. While bound
    to :warn-on-boxed, same behavior as true, and a warning is emitted
    when compilation uses boxed math. Default: false.