ClojureDocs

Clojure/Conj 2026 — Charlotte, NC — Sept 30 - Oct 2 Learn More & Get Tickets →

Search results for query: 【334in.com】wc next match schedule.ZoISv

1 to 5 of 5 results. prev page | next page

  • next-after

    clojure.math

    • (next-after start direction)

    Returns the adjacent floating point number to start in the direction of the second argument. If the arguments are equal, the second is returned. If either arg is #NaN => #NaN If both arguments are signed zeros => direction If start is +-Double/MIN_VALUE and direction would cause a smaller ma...

  • next-down

    clojure.math

    • (next-down d)

    Returns the adjacent double of d in the direction of ##-Inf. If d is ##NaN => ##NaN If d is ##-Inf => ##-Inf If d is zero => -Double/MIN_VALUE See: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#nextDown-double-

  • next-up

    clojure.math

    • (next-up d)

    Returns the adjacent double of d in the direction of ##Inf. If d is ##NaN => ##NaN If d is ##Inf => ##Inf If d is zero => Double/MIN_VALUE See: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#nextUp-double-

  • next

    clojure.core

    • (next coll)

    Returns a seq of the items after the first. Calls seq on its argument. If there are no more items, returns nil.

  • next

    clojure.zip

    • (next loc)

    Moves to the next loc in the hierarchy, depth-first. When reaching the end, returns a distinguished loc detectable via end?. If already at the end, stays there.

    1 example · See also: clojure.zip/prev
prev page | next page