Liking cljdoc? Tell your friends :D
All platforms.

garden.arithmetic

Generic arithmetic operators for computing sums, differences, products, and quotients between CSSUnits, CSSColors, and numbers.

Generic arithmetic operators for computing sums, differences,
products, and quotients between CSSUnits, CSSColors, and numbers.
raw docstring

*clj/s

(*)
(* x)
(* x y)
(* x y & more)

Generic multiplication operation. Transparently computes the product between CSSUnits, CSSColors, and numbers.

Generic multiplication operation. Transparently computes the product
between `CSSUnit`s, `CSSColor`s, and numbers.
sourceraw docstring

+clj/s

(+)
(+ x)
(+ x y)
(+ x y & more)

Generic addition operator. Transparently computes the sum of CSSUnits,CSSColors, and numbers.

Generic addition operator. Transparently computes the sum of
`CSSUnit`s,`CSSColor`s, and numbers.
sourceraw docstring

-clj/s

(- x)
(- x y)
(- x y & more)

Generic subtraction operator. Transparently computes the difference between CSSUnits, CSSColors, and numbers.

Generic subtraction operator. Transparently computes the difference
between `CSSUnit`s, `CSSColor`s, and numbers.
sourceraw docstring

/clj/s

(/ x)
(/ x y)
(/ x y & more)

Generic division operation. Transparently computes the quotient between CSSUnits, CSSColors, and numbers.

Generic division operation. Transparently computes the quotient
between `CSSUnit`s, `CSSColor`s, and numbers.
sourceraw docstring

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

× close