(ahav x)
Calculates the arc haversine function of the value x
.
Calculates the arc haversine function of the value `x`.
(alog10 x)
Calculates the inverse of the logarithm with base 2 of x
.
Calculates the inverse of the logarithm with base 2 of `x`.
(alog2 x)
Calculates the inverse of the logarithm with base 2 of x
.
Calculates the inverse of the logarithm with base 2 of `x`.
(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.
(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`.
(erf x)
Calculates the gaussian error function of x
.
Calculates the gaussian error function of `x`.
(factorial x)
Calculates the factorial of x
.
Calculates the factorial of `x`.
(fibonacci x)
Calculates the fibonacci number of x
.
Calculates the fibonacci number of `x`.
(hav x)
Calculates the haversine function of the angle x
(given in rad).
Calculates the haversine function of the angle `x` (given in rad).
(log-with-base b x)
Calculates the logarithm of x
with base b
.
Calculates the logarithm of `x` with base `b`.
(log2 x)
Calculates the logarithm with base 2 of x
.
Calculates the logarithm with base 2 of `x`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close