Tag: Arithmetic
-
Performs the addition of two long positive integers in the given base.
-
Returns the binomial coefficient using the factorial function.
-
Computes the binomial coefficient with the given arguments.
-
Returns the cube root of the argument, which may be negative.
-
Computes the exponential of a squared argument.
-
Exponentiates a number and subtracts 1.
-
Calculates the factorial of an integer number.
-
Calculates the falling factorial with arguments \e x and \e n.
-
Compute the greatest common divisor of two values. <span align="right" style="background-color:99FF99"><strong>Excel: GCD</strong></span>
-
Main Karatsuba recursive algorithm
-
Evaluates the natural logarithm of a number + 1.
-
Calculates the logarithm of the binomial coefficient with given arguments.
-
Calculates the logarithm of the factorial with given argument.
-
Computes the inverse logarithm
-
Calculates the multinomial coefficient with the given arguments.
-
Calculates the multinomial coefficient with the given arguments.
-
Performs the multiplication of two long positive integers in the given base.
-
A function that calculates the nth root of an object
-
Calculates the rising factorial with arguments \e x and \e n.
-
Performs the subtraction of two long positive integers in the given base.
-
Evaluation of the function x - ln(1 + x)