Liking cljdoc? Tell your friends :D
Clojure only.

clojure.core.logic.arithmetic


<cljmacro

(< x y)

Goal for testing whether x is less than y. Non-relational.

Goal for testing whether x is less than y. Non-relational.
sourceraw docstring

<=cljmacro

(<= x y)

Goal for testing whether x is less than or equal to y. Non-relational.

Goal for testing whether x is less than or equal to y.
Non-relational.
sourceraw docstring

=cljmacro

(= x y)

Goal for testing whether x and y are equal. Non-relational.

Goal for testing whether x and y are equal. Non-relational.
sourceraw docstring

>cljmacro

(> x y)

Goal for testing whether x is greater than y. Non-relational.

Goal for testing whether x is greater than y. Non-relational.
sourceraw docstring

>=cljmacro

(>= x y)

Goal for testing whether x is greater than or equal to y. Non-relational.

Goal for testing whether x is greater than or equal to y.
Non-relational.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close