You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber b880c3ccde Initial commit 5 years ago
..
Add two complex numbers.js Initial commit 5 years ago
Calculate Lanczos approximation gamma.js Initial commit 5 years ago
Calculate degrees between 2 points with inverse Y axis.js Initial commit 5 years ago
Calculate the combination of n and r.js Initial commit 5 years ago
Calculate the divisor and modulus of two integers.js Initial commit 5 years ago
Calculate the extended Euclid Algorithm or extended GCD.js Initial commit 5 years ago
Calculate the falling factorial of a number.js Initial commit 5 years ago
Calculate the nth root of a number.js Initial commit 5 years ago
Calculate the percentage (%) of a number.js Initial commit 5 years ago
Calculate the product of values in an array.js Initial commit 5 years ago
Calculate the sum of values in an array.js Initial commit 5 years ago
Cast a square root of a number to an integer.js Initial commit 5 years ago
Check if a number is a whole number or has a decimal place.js Initial commit 5 years ago
Check whether a value is an integer or not .js Initial commit 5 years ago
Check whether a variable is numeric or not.js Initial commit 5 years ago
Convert Roman Numeral to integer.js Initial commit 5 years ago
Convert a binary number to a decimal number.js Initial commit 5 years ago
Convert a decimal number to binary, hexadecimal or octal number.js Initial commit 5 years ago
Convert a number from one base to another .js Initial commit 5 years ago
Convert a positive number to negative number.js Initial commit 5 years ago
Convert an integer into a Roman Numeral.js Initial commit 5 years ago
Convert degrees to radians.js Initial commit 5 years ago
Convert radians to degrees.js Initial commit 5 years ago
Count the digits of an integer.js Initial commit 5 years ago
Create random background color.js Initial commit 5 years ago
Currency math (add, subtract, multiply, division).js Initial commit 5 years ago
Divide two complex numbers.js Initial commit 5 years ago
Evaluate binomial coefficients.js Initial commit 5 years ago
Find out if a number is a natural or not.js Initial commit 5 years ago
Find the highest value in an array.js Initial commit 5 years ago
Find the lowest value in an array.js Initial commit 5 years ago
Format a number up to specified decimal places.js Initial commit 5 years ago
Function to create a UUID identifier.js Initial commit 5 years ago
GCD (greatest common divisor) of more than 2 integers.js Initial commit 5 years ago
Generate a random integer.js Initial commit 5 years ago
Get all prime numbers from 0 to a specified number .js Initial commit 5 years ago
Get the highest number from three different numbers.js Initial commit 5 years ago
Greatest common divisor (gcd) of two integers.js Initial commit 5 years ago
Least common multiple (LCM) of more than 2 integers.js Initial commit 5 years ago
Least common multiple (LCM) of two numbers.js Initial commit 5 years ago
Limit a value inside a certain range.js Initial commit 5 years ago
Multiply two complex numbers.js Initial commit 5 years ago
Print an integer with commas as thousands separators.js Initial commit 5 years ago
Pythagorean function in JavaScript.js Initial commit 5 years ago
Return values that are powers of two.js Initial commit 5 years ago
Round a number to a given specific decimal places.js Initial commit 5 years ago
Round a number to a specified number of digits and strip extra zeros.js Initial commit 5 years ago
Show the Hamming numbers.js Initial commit 5 years ago
Subtract elements from one another in array.js Initial commit 5 years ago
Subtract two complex numbers.js Initial commit 5 years ago
Test if a number is a power of 2.js Initial commit 5 years ago
The Pythagorean theorem.js Initial commit 5 years ago