Skip to main content

*unchecked-math*

valuev1.3

clojure.core/*unchecked-math*

Available in:BBCLJ
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.

No examples yet. Be the first to add one!