next-down
functionv1.11
cljs.math/next-down
(next-down [d])Returns the adjacent double of d in the direction of ##-Inf.
If d is ##NaN => ##NaN
If d is ##Inf => Number/MAX_VALUE
If d is zero => -Number/MIN_VALUE
See: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#nextDown-double-
Examples
No examples yet. Be the first to add one!