Returns the arc-cosine
Returns the inverse hyperbolic cosine
Returns the sum of this number and the given one.
Calculate the value of the Airy function Ai on x
Returns the arc-sine
Returns the inverse hyperbolic sine
Returns the arc-tangent
Returns the inverse hyperbolic tangent
Returns the cube root.
Rounds to the next higher or equal representable integer
Returns the cosine
Returns the hyperbolic cosine
Returns the cotangent
Returns the hyperbolic cotangent
Returns the cosecant
Returns the hyperbolic cosecant
Calculate the value of the Digamma (sometimes also called Psi) function
Returns the result of the division of this number by the given one.
Calculate exponential integral
Calculate the value of the error function
Calculate the value of the complementary error function
Returns the exponential (e^x)
Returns 10 to the power of current number (10^x)
Returns 2 to the power of current number (2^x)
Returns the exponent of x, assuming that x is a non-zero ordinary number and the significand is considered in [1/2, 1).
Returns the factorial
Rounds to the next lower or equal representable integer
Returns the fractional part
Calculate the value of the Gamma function.
Returns true if the current number is greater than or equal to the provided number
Returns true if the current number is greater than the provided number
Returns the reciprocal square root.
Returns true if the current number is equal to the provided number
Returns true if the number is an infinity
Returns true if the number is an integer
Returns true if the number is NaN
Return true if the number is an ordinary number (i.e., neither NaN nor an infinity)
Returns true if the number is a regular number (i.e., neither NaN, nor an infinity nor zero)
Returns true if the number is zero
Calculate the value of the first kind Bessel function of order 0
Calculate the value of the first kind Bessel function of order 1
Calculate the value of the first kind Bessel function of order n
Returns true if the current number is less than or equal to the provided number
Returns true if the current number is less than the provided number
Calculate the real part of the dilogarithm (the integral of -log(1-t)/t from 0 to op)
Returns the natural logarithm
Calculate the value of the logarithm of the absolute value of the Gamma function
Returns the base 10 logarithm
Returns the base 2 logarithm
Returns the product of this number and the given one.
Returns the number with inverted sign.
Return next value towards +∞
Return next value towards -∞
Returns the n-th root.
Rounds to the nearest representable integer, rounding halfway cases away from zero
Rounds to the nearest representable integer, rounding halfway cases with the even-rounding rule
Round to precision
Returns the secant
Returns the hyperbolic secant
Returns the sign of the current value (-1 or 0 or 1)
Returns the sine
Returns the hyperbolic sine
Returns the square root.
Returns the difference of this number and the given one.
Returns the tangent
Returns the hyperbolic tangent
Formats the number using fixed-point notation
Converts the number to an integer
Converts current value into a JavaScript number
Converts the number to a rational number
Converts the number to string
Rounds to the next representable integer toward zero
Calculate the value of the second kind Bessel function of order 0
Calculate the value of the second kind Bessel function of order 1
Calculate the value of the second kind Bessel function of order n
Calculate the value of the Riemann Zeta function
Generated using TypeDoc
Returns the absolute value.