This is a simple library that provides basic mathematical functions.
Returns the square of a given number.
Parameters:
-
num
(number): The number to square.
Returns:
- The square of the number.
Adds two numbers together.
Parameters:
-
num1
(number): The first number. -
num2
(number): The second number.
Returns:
- The sum of
num1
andnum2
.
npm install TC-HTTP-SMILE-LIB