Liking cljdoc? Tell your friends :D

axel-f.excel.operators


addclj/s

source

add*clj/s

(add* x & [y])

Returns the sum of given nums.

Returns the sum of given nums.
sourceraw docstring

concatenateclj/s

source

concatenate*clj/s

(concatenate* x y)

Concatenate two strings.

Concatenate two strings.
sourceraw docstring

divclj/s

source

div*clj/s

(div* x y)

Returns numerator divided by the denominator

Returns numerator divided by the denominator
sourceraw docstring

envclj/s

source

eqclj/s

source

eq*clj/s

(eq* x y)

Returns true if objects are equal, otherwise false.

Returns true if objects are equal, otherwise false.
sourceraw docstring

lessclj/s

source

less*clj/s

(less* x y)

Returns non-nil if nums are in monotonically increasing order, otherwise false.

Returns non-nil if nums are in monotonically increasing order, otherwise false.
sourceraw docstring

less-or-eqclj/s

source

less-or-eq*clj/s

(less-or-eq* x y)

Returns non-nil if nums are in monotonically non-decreasing order, otherwise false.

Returns non-nil if nums are in monotonically non-decreasing order, otherwise false.
sourceraw docstring

moreclj/s

source

more*clj/s

(more* x y)

Returns non-nil if nums are in monotonically decreasing order, otherwise false.

Returns non-nil if nums are in monotonically decreasing order, otherwise false.
sourceraw docstring

more-or-eqclj/s

source

more-or-eq*clj/s

(more-or-eq* x y)

Returns non-nil if nums are in monotonically non-increasing order, otherwise false.

Returns non-nil if nums are in monotonically non-increasing order, otherwise false.
sourceraw docstring

multclj/s

source

mult*clj/s

(mult* x y)

Returns the product of nums.

Returns the product of nums.
sourceraw docstring

negateclj/s

source

negate*clj/s

(negate* x)

Returns true if x is logical false, false otherwise.

Returns true if x is logical false, false otherwise.
sourceraw docstring

not-eqclj/s

source

not-eq*clj/s

(not-eq* x y)

Returns true if object are not equal, otherwise false.

Returns true if object are not equal, otherwise false.
sourceraw docstring

percentclj/s

source

percent*clj/s

(percent* x)

Calculate product of given number and 0.01

Calculate product of given number and 0.01
sourceraw docstring

powclj/s

source

pow*clj/s

(pow* x y)

Returns the value of the first argument raised to the power of the second argument.

Returns the value of the first argument raised to the power of the second argument.
sourceraw docstring

range*clj/s

source

range**clj/s

(range** x y)

Returns a collection of integers starting from x and end at y (exclusive)

Returns a collection of integers starting from x and end at y (exclusive)
sourceraw docstring

subclj/s

source

sub*clj/s

(sub* x & [y])

If no ys are supplied, returns the negation of x, else subtracts the y from x and returns the result.

If no ys are supplied, returns the negation of x, else subtracts the y from x and returns the result.
sourceraw docstring

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

× close