Skip to main content

ceil

functionv1.11

clojure.math/ceil

Available in:BBCLJ
(ceil [a])
Returns the smallest double greater than or equal to a, and equal to a mathematical integer. If a is ##NaN or ##Inf or ##-Inf or already equal to an integer => a See: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#ceil-double-

No examples yet. Be the first to add one!