Liking cljdoc? Tell your friends :D

uncomplicate.neanderthal.math

Primitive floating point mathematical functions commonly found in Math, FastMath, and the likes. Vectorized counterparts can be found in the [[vect-math]] namespace.

Primitive floating point mathematical functions commonly found in Math, FastMath, and the likes.
Vectorized counterparts can be found in the [[vect-math]] namespace.
raw docstring

absclj

(abs x)

acosclj

(acos x)

acoshclj

(acosh x)

asinclj

(asin x)

asinhclj

(asinh x)

atanclj

(atan x)

atan2clj

(atan2 x y)

atanhclj

(atanh x)

cbrtclj

(cbrt x)

cdf-normclj

(cdf-norm x)

The CDF of Normal(0,1).

The CDF of Normal(0,1).
raw docstring

cdf-norm-invclj

(cdf-norm-inv x)

The inverse CDF of Normal(0,1).

The inverse CDF of Normal(0,1).
raw docstring

ceilclj

(ceil x)

copy-signclj

(copy-sign x y)

cosclj

(cos x)

coshclj

(cosh x)

eluclj

(elu alpha)
(elu alpha x)

erfclj

(erf x)

Error function: erf(x) = 2/√π 0∫x e-t2dt.

Error function: erf(x) = 2/√π 0∫x e-t2dt.
raw docstring

erf-invclj

(erf-inv x)

Inverse error function.

Inverse error function.
raw docstring

erfcclj

(erfc x)

The complementary error function: erfc(x) = 1 - erf(x).

The complementary error function: erfc(x) = 1 - erf(x).
raw docstring

erfc-invclj

(erfc-inv x)

Inverse complementary error function.

Inverse complementary error function.
raw docstring

expclj

(exp x)

expm1clj

(expm1 x)

f<clj

(f< x y)
(f< x y nepsilons)

f<=clj

(f<= x y)
(f<= x y nepsilons)

f=clj

(f= x y)
(f= x y nepsilons)

f>clj

(f> x y)
(f> x y nepsilons)

f>=clj

(f>= x y)
(f>= x y nepsilons)

floorclj

(floor x)

fracclj

(frac x)

gammaclj

(gamma x)
Gamma function: http://en.wikipedia.org/wiki/Gamma_function
raw docstring

hypotclj

(hypot x y)

lgammaclj

(lgamma x)
Natural logarithm of the Gamma function:
http://en.wikipedia.org/wiki/Gamma_function#The_log-gamma_function
raw docstring

logclj

(log x)

log10clj

(log10 x)

log1pclj

(log1p x)

magnitudeclj

(magnitude range)
(magnitude lower upper)

piclj


powclj

(pow y)
(pow x y)

pow-of-2?clj

(pow-of-2? n)

rampclj

(ramp x)

reluclj

(relu alpha)
(relu alpha x)

roundclj

(round x)

round?clj

(round? x)
(round? x nepsilons)

sigmoidclj

(sigmoid x)

signumclj

(signum x)

sinclj

(sin x)

sinhclj

(sinh x)

sqrclj

(sqr x)

sqrtclj

(sqrt x)

tanclj

(tan x)

tanhclj

(tanh x)

truncclj

(trunc x)

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

× close