(acos x)
Calculates the arc cosine of x (with java.lang.Math).
Calculates the arc cosine of x (with java.lang.Math).
Calculates the arccosine of x (x is in radians).
Calculates the arccosine of x (x is in radians).
(ahav x)
Calculates the arc haversine function of the value v.
Calculates the arc haversine function of the value v.
(alog10 x)
Calculates the inverse of the logarithm with base 2 of x (with java.lang.Math).
Calculates the inverse of the logarithm with base 2 of x (with java.lang.Math).
(alog2 x)
Calculates the inverse of the logarithm with base 2 of x (with java.lang.Math).
Calculates the inverse of the logarithm with base 2 of x (with java.lang.Math).
(asin x)
Calculates the arc sine of x (with java.lang.Math).
Calculates the arc sine of x (with java.lang.Math).
Calculates the arcsine of x (x is in radians).
Calculates the arcsine of x (x is in radians).
(atan x)
Calculates the arc tangens of x (with java.lang.Math).
Calculates the arc tangens of x (with java.lang.Math).
Calculates the arctangent of x as a numeric value between -PI/2 and PI/2 radians.
Calculates the arctangent of x as a numeric value between -PI/2 and PI/2 radians.
(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.
(atan2 x y)
Calculates the arctangent of the quotient of its arguments.
Calculates the arctangent of the quotient of its arguments.
(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.
(cbrt x)
Calculates the cubic root of x (with java.lang.Math).
Calculates the cubic root of x (with java.lang.Math).
Calculates the cubic root of x.
Calculates the cubic root of x.
(ceil x)
Calculates the ceiling of x (with java.lang.Math).
Calculates the ceiling of x (with java.lang.Math).
Calculates x, rounded upwards to the nearest integer.
Calculates x, rounded upwards to the nearest integer.
(cos x)
Calculates the cosine of x (x is in radians).
Calculates the cosine of x (x is in radians).
(cosh x)
Calculates the hyperbolic cosine of x (with java.lang.Math).
Calculates the hyperbolic cosine of x (with java.lang.Math).
Calculates the hyperbolic cosine of x (x is in radians).
Calculates the hyperbolic cosine of x (x is in radians).
(cube x)
Calculates the cube of x.
Calculates the cube of x.
Default step size (delta x).
Default step size (delta x).
Default tolerance (epsilon).
Default tolerance (epsilon).
(deg-to-rad deg)
Converts degrees to radians (with java.lang.Math).
Converts degrees to radians (with java.lang.Math).
Converts degrees to radians
Converts degrees to radians
(erf x)
Calculates the gaussian error function.
Calculates the gaussian error function.
(erfc x)
Calculates the complementary gaussian error function.
Calculates the complementary gaussian error function.
(exp x)
Calculates the exponential function of x (with java.lang.Math).
Calculates the exponential function of x (with java.lang.Math).
Calculates the value of E^x.
Calculates the value of E^x.
(expm1 x)
Calulates e to the power of x minus 1.
Calulates e to the power of x minus 1.
(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.
(floor x)
Calculates the floor of x (with java.lang.Math).
Calculates the floor of x (with java.lang.Math).
Calculates x, rounded downwards to the nearest integer.
Calculates x, rounded downwards to the nearest integer.
(hav x)
Calculates the haversine function of the angle a.
Calculates the haversine function of the angle a.
(hypot x y)
Calculates the hypothenuse of x and y (Pythagoras) (with java.lang.Math).
Calculates the hypothenuse of x and y (Pythagoras) (with java.lang.Math).
Calculates the hypothenuse of x and y (Pythagoras).
Calculates the hypothenuse of x and y (Pythagoras).
(log x)
Calculates the natural logarithm (with base e) of x (with java.lang.Math).
Calculates the natural logarithm (with base e) of x (with java.lang.Math).
Calculates the natural logarithm (base E) of x.
Calculates the natural logarithm (base E) of x.
(log-with-base b x)
Calculates the logarithm with base b of x.
Calculates the logarithm with base b of x.
(log10 x)
Calculates the logarithm with base 10 of x (with java.lang.Math).
Calculates the logarithm with base 10 of x (with java.lang.Math).
(log1p x)
Calculates the natural logarithm of the sum of x and 1.
Calculates the natural logarithm of the sum of x and 1.
(log2 x)
Calculates the logarithm with base 2 of x (with java.lang.Math).
Calculates the logarithm with base 2 of x (with java.lang.Math).
(pow x y)
Calculates x raised to the power of y (with java.lang.Math).
Calculates x raised to the power of y (with java.lang.Math).
Calculates the value of x to the power of y.
Calculates the value of x to the power of y.
(rad-to-deg rad)
Converts radians to degrees (with java.lang.Math).
Converts radians to degrees (with java.lang.Math).
Converts radians to degrees
Converts radians to degrees
(sign x)
Calculates the sign of x (with java.lang.Math).
Calculates the sign of x (with java.lang.Math).
Calculates the sign of x.
Calculates the sign of x.
(sin x)
Calculates the sine of x (with java.lang.Math).
Calculates the sine of x (with java.lang.Math).
Calculates the sine of x (x is in radians).
Calculates the sine of x (x is in radians).
(sinh x)
Calculates the hyperbolic sine of x (with java.lang.Math).
Calculates the hyperbolic sine of x (with java.lang.Math).
Calculates the hyperbolic sine of x (x is in radians).
Calculates the hyperbolic sine of x (x is in radians).
(sqr x)
Calculates the square of x.
Calculates the square of x.
(sqrt x)
Calculates the square root of x (with java.lang.Math).
Calculates the square root of x (with java.lang.Math).
Calculates the square root of x.
Calculates the square root of x.
(tan x)
Calculates the tangens of x (with java.lang.Math).
Calculates the tangens of x (with java.lang.Math).
Calculates the tangens of x (x is in radians).
Calculates the tangens of x (x is in radians).
(tanh x)
Calculates the hyperbolic tangens of x (with java.lang.Math).
Calculates the hyperbolic tangens of x (with java.lang.Math).
Calculates the hyperbolic tangens of x (x is in radians).
Calculates the hyperbolic tangens of x (x is in radians).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close