2.0.0 • Published 5 months ago
meu-pacote-math-teste
Licence
ISC
Version
2.0.0
Deps
0
Size
1 kB
Vulns
0
Weekly
4
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-teste
How 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.