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)
source

acosclj

(acos x)
source

acoshclj

(acosh x)
source

asinclj

(asin x)
source

asinhclj

(asinh x)
source

atanclj

(atan x)
source

atan2clj

(atan2 x y)
source

atanhclj

(atanh x)
source

cbrtclj

(cbrt x)
source

cdf-normclj

(cdf-norm x)

The CDF of Normal(0,1).

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

cdf-norm-invclj

(cdf-norm-inv x)

The inverse CDF of Normal(0,1).

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

ceilclj

(ceil x)
source

copy-signclj

(copy-sign x y)
source

cosclj

(cos x)
source

coshclj

(cosh x)
source

eluclj

(elu alpha)
(elu alpha x)
source

erfclj

(erf x)

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

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

erf-invclj

(erf-inv x)

Inverse error function.

Inverse error function.
sourceraw docstring

erfcclj

(erfc x)

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

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

erfc-invclj

(erfc-inv x)

Inverse complementary error function.

Inverse complementary error function.
sourceraw docstring

expclj

(exp x)
source

expm1clj

(expm1 x)
source

f<clj

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

f<=clj

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

f=clj

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

f>clj

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

f>=clj

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

floorclj

(floor x)
source

fracclj

(frac x)
source

gammaclj

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

hypotclj

(hypot x y)
source

lgammaclj

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

logclj

(log x)
source

log10clj

(log10 x)
source

log1pclj

(log1p x)
source

magnitudeclj

(magnitude range)
(magnitude lower upper)
source

piclj

source

powclj

(pow y)
(pow x y)
source

pow-of-2?clj

(pow-of-2? n)
source

rampclj

(ramp x)
source

reluclj

(relu alpha)
(relu alpha x)
source

roundclj

(round x)
source

round?clj

(round? x)
(round? x nepsilons)
source

sigmoidclj

(sigmoid x)
source

signumclj

(signum x)
source

sinclj

(sin x)
source

sinhclj

(sinh x)
source

sqrclj

(sqr x)
source

sqrtclj

(sqrt x)
source

tanclj

(tan x)
source

tanhclj

(tanh x)
source

truncclj

(trunc x)
source

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

× close