meu-pacote-math-teste
v2.0.0
Published
2.0.0
Readme
2.0.0
meu-pacote-math-teste
This is a test package, only with some methods of math to study.
Install
npm install meu-pacote-math-testeHow to use
const math=require("meu-pacote-math-teste");
Methods
somar: sum two values; subtrair: subtract two values; multiplicar: multiplies two values; dividir: divide two values; multiplicarpor3: multiplies any value at three.
Breaking changes
Was added a new function multiplicarpor3, and removed the function multiplicarpor2.
