tc-http-nikhil-lib
v1.0.0
Published
This is a simple library that provides basic mathematical functions.
Downloads
7
Readme
My TC-HTTP-NIKHIL-LIB
This is a simple library that provides basic mathematical functions.
Functions
square(num)
Returns the square of a given number.
Parameters:
num(number): The number to square.
Returns:
- The square of the number.
add(num1, num2)
Adds two numbers together.
Parameters:
num1(number): The first number.num2(number): The second number.
Returns:
- The sum of
num1andnum2.
Installation
npm install TC-HTTP-NIKHIL-LIB