1.0.7 • Published 4 years ago

@leandropsampaio/basic-operations v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Este é o módulo @leandropsampaio/basic-operations

Este módulo realiza as operações básicas com inúmeros argumentos

Operações realizadas:

  1. sum
  2. subtracion
  3. division
  4. multiplication

Exemplo:

const cal = require('@leandropsampaio/basic-operations')

console.log(cal.multiplation(5, 1, 2)) // 5\*1\*2=10
console.log(cal.sum(2, 4, 6)) // 2+4+6=12
console.log(cal.subtracion(18, 6, 2)) // 18-6-2=10
console.log(cal.division(18, 2, 3)) // 18/2/3=3
1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago