Liking cljdoc? Tell your friends :D

org.soulspace.math.core


ahavclj/s

(ahav x)

Calculates the arc haversine function of the value x.

Calculates the arc haversine function of the value `x`.
sourceraw docstring

alog10clj/s

(alog10 x)

Calculates the inverse of the logarithm with base 2 of x.

Calculates the inverse of the logarithm with base 2 of `x`.
sourceraw docstring

alog2clj/s

(alog2 x)

Calculates the inverse of the logarithm with base 2 of x.

Calculates the inverse of the logarithm with base 2 of `x`.
sourceraw docstring

atan2clj/s

(atan2 a b)

Calculates the arc tangens of a/b. Returns the result in the correct quadrant.

Calculates the arc tangens of `a`/`b`. Returns the result in the correct quadrant.
sourceraw docstring

avgclj/s

(avg coll)
(avg x y)

Calculates the avarage of x and y or of the values of coll.

Calculates the avarage of `x` and `y` or of the values of `coll`.
sourceraw docstring

cubeclj/s

(cube x)

Calculates the cube of x.

Calculates the cube of `x`.
sourceraw docstring

default-dxclj/s

Default step size (delta x).

Default step size (delta x).
sourceraw docstring

default-epsilonclj/s

Default tolerance (epsilon).

Default tolerance (epsilon).
sourceraw docstring

DOUBLE-PIclj/s

source

erfclj/s

(erf x)

Calculates the gaussian error function of x.

Calculates the gaussian error function of `x`.
sourceraw docstring

factorialclj/s

(factorial x)

Calculates the factorial of x.

Calculates the factorial of `x`.
sourceraw docstring

fibonacciclj/s

(fibonacci x)

Calculates the fibonacci number of x.

Calculates the fibonacci number of `x`.
sourceraw docstring

HALF-PIclj/s

source

havclj/s

(hav x)

Calculates the haversine function of the angle x (given in rad).

Calculates the haversine function of the angle `x` (given in rad).
sourceraw docstring

LN2clj/s

source

log-with-baseclj/s

(log-with-base b x)

Calculates the logarithm of x with base b.

Calculates the logarithm of `x` with base `b`.
sourceraw docstring

log2clj/s

(log2 x)

Calculates the logarithm with base 2 of x.

Calculates the logarithm with base 2 of `x`.
sourceraw docstring

sqrclj/s

(sqr x)

Calculates the square of x.

Calculates the square of `x`.
sourceraw docstring

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

× close