Skip to main content

get-exponent

functionv1.11

clojure.math/get-exponent

Available in:BBCLJ
(get-exponent [d])
Returns the exponent of d. If d is ##NaN, ##Inf, ##-Inf => Double/MAX_EXPONENT + 1 If d is zero or subnormal => Double/MIN_EXPONENT - 1 See: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#getExponent-double-

No examples yet. Be the first to add one!