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.
(*)
(* x)
(* x y)
(* x y & more)
Generic multiplication operation. Transparently computes the product
between CSSUnit
s, CSSColor
s, and numbers.
Generic multiplication operation. Transparently computes the product between `CSSUnit`s, `CSSColor`s, and numbers.
(+)
(+ x)
(+ x y)
(+ x y & more)
Generic addition operator. Transparently computes the sum of
CSSUnit
s,CSSColor
s, and numbers.
Generic addition operator. Transparently computes the sum of `CSSUnit`s,`CSSColor`s, and numbers.
(- x)
(- x y)
(- x y & more)
Generic subtraction operator. Transparently computes the difference
between CSSUnit
s, CSSColor
s, and numbers.
Generic subtraction operator. Transparently computes the difference between `CSSUnit`s, `CSSColor`s, and numbers.
(/ x)
(/ x y)
(/ x y & more)
Generic division operation. Transparently computes the quotient
between CSSUnit
s, CSSColor
s, and numbers.
Generic division operation. Transparently computes the quotient between `CSSUnit`s, `CSSColor`s, and numbers.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close