1.0.7 • Published 2 years ago

@leandropsampaio/basic-operations v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago