NumberF.Calculations (NumberF v0.1.3)
View SourceGeneral numeric calculation functions.
Summary
Functions
Calculates combinations (n choose k).
Calculates factorial of a non-negative integer.
Calculates the Greatest Common Divisor (GCD) of two integers.
Checks if a number is within a specified range (inclusive).
Performs a linear interpolation between two points.
Checks if a number is prime.
Calculates the Least Common Multiple (LCM) of two integers.
Calculates a percentage with specified precision.
Rounds a number to the nearest specified value.
Converts radians to degrees.
Converts degrees to radians.
Functions
Calculates combinations (n choose k).
Calculates factorial of a non-negative integer.
Calculates the Greatest Common Divisor (GCD) of two integers.
Checks if a number is within a specified range (inclusive).
Performs a linear interpolation between two points.
Checks if a number is prime.
Calculates the Least Common Multiple (LCM) of two integers.
Calculates a percentage with specified precision.
Rounds a number to the nearest specified value.
Converts radians to degrees.
Converts degrees to radians.