Extension property to calculate the factorial of an integer.
Function to calculate the factorial of a number.
Function to find the greatest common divisor (GCD) of two numbers.
Computes the greatest common divisor (GCD) of two integers using the Euclidean algorithm.
Function to generate a list of Fibonacci numbers up to a given count.
Checks if the number is divisible by another number.
Function to check if a number is prime.
Computes the least common multiple (LCM) of two integers.
Returns the maximum of two comparable values.
Returns the minimum of two comparable values.
Computes the factorial of a non-negative integer.
Computes the power of a number.
Function to calculate the triangular value of a number.