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.
cdf-norm-inv
(cdf-norm-inv x)
The inverse CDF of Normal(0,1).
elu
(elu alpha x)
(elu alpha)
erf
(erf x)
Error function: erf(x) = 2/√π 0∫x e-t2dt.
erfc
(erfc x)
The complementary error function: erfc(x) = 1 - erf(x).
erfc-inv
(erfc-inv x)
Inverse complementary error function.
f<
(f< x y nepsilons)
(f< x y)
f<=
(f<= x y nepsilons)
(f<= x y)
f=
(f= x y nepsilons)
(f= x y)
f>
(f> x y nepsilons)
(f> x y)
f>=
(f>= x y nepsilons)
(f>= x y)
magnitude
(magnitude range)
(magnitude lower upper)
relu
(relu alpha x)
(relu alpha)
round?
(round? x)
(round? x nepsilons)