tc-http-smile-lib
v1.0.1
Published
This is a simple library that provides basic mathematical functions.
Downloads
8
Readme
My Awesome Library
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-SMILE-LIB
