@kuldeepverma/math-operations
v1.0.4
Published
Math Operations Library The Math Operations Library is a lightweight TypeScript package that provides functions for common mathematical operations. It offers a range of functionalities, including addition, subtraction, multiplication, division, power, mo
Downloads
3
Readme
Math Operations Library The Math Operations Library is a lightweight TypeScript package that provides functions for common mathematical operations. It offers a range of functionalities, including addition, subtraction, multiplication, division, power, modulo, square, and square root calculations.
Features: Addition: Adds any number of numbers together. Subtraction: Subtracts one number from another. Multiplication: Multiplies any number of numbers together. Division: Divides one number by another. Power: Raises a base number to an exponent. Modulo: Calculates the remainder of a division operation. Square: Computes the square of a number. Square Root: Finds the square root of a number.