1.0.0 • Published 2 years ago

calculator_ts_josesanz v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Package created to perform simple mathematical calculations. It has a calculator class that receives two parameters(number type) and the following functions:

function add: Add the two parameters received and return the result function substract: Substracts the two parameters received and return the result function multiply: Multiply the two parameters received and return the result function divide: Divide the two parameters received and return the result

Technologies used in the realization of this package package: Typescript, Node, NPM

Instruccions to instal: npm install calculator_ts_josesanz Designed by Jose Sanz Martin

1.0.0

2 years ago