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.
(abs x)
(acos x)
(acosh x)
(asin x)
(asinh x)
(atan x)
(atan2 x y)
(atanh x)
(cbrt x)
(cdf-norm-inv x)
The inverse CDF of Normal(0,1).
The inverse CDF of Normal(0,1).
(ceil x)
(copy-sign x y)
(cos x)
(cosh x)
(elu alpha)
(elu alpha x)
(erf x)
Error function: erf(x) = 2/√π 0∫x e-t2dt.
Error function: erf(x) = 2/√π 0∫x e-t2dt.
(erfc x)
The complementary error function: erfc(x) = 1 - erf(x).
The complementary error function: erfc(x) = 1 - erf(x).
(erfc-inv x)
Inverse complementary error function.
Inverse complementary error function.
(exp x)
(expm1 x)
(f< x y)
(f< x y nepsilons)
(f<= x y)
(f<= x y nepsilons)
(f= x y)
(f= x y nepsilons)
(f> x y)
(f> x y nepsilons)
(f>= x y)
(f>= x y nepsilons)
(floor x)
(frac x)
(gamma x)
Gamma function: http://en.wikipedia.org/wiki/Gamma_function
Gamma function: http://en.wikipedia.org/wiki/Gamma_function
(hypot x y)
(lgamma x)
Natural logarithm of the Gamma function: http://en.wikipedia.org/wiki/Gamma_function#The_log-gamma_function
Natural logarithm of the Gamma function: http://en.wikipedia.org/wiki/Gamma_function#The_log-gamma_function
(log x)
(log10 x)
(log1p x)
(magnitude range)
(magnitude lower upper)
(pow y)
(pow x y)
(pow-of-2? n)
(ramp x)
(relu alpha)
(relu alpha x)
(round x)
(round? x)
(round? x nepsilons)
(sigmoid x)
(signum x)
(sin x)
(sinh x)
(sqr x)
(sqrt x)
(tan x)
(tanh x)
(trunc x)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close