1.0.0 • Published 7 years ago

cristiantorr-arithmetic v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

arithmetic

arithmetic te permite realizar las funciones matematicas básicas.

Las funciones Matematicas

SUMAR RESTAR MULTIPLICAR DIVIDIR

Instalación

npm install arithmetic

Uso

  import arithmetic from 'arithmetic'

arithmetic.sum(10,5); //15
arithmetic.rest(10,5); //5
arithmetic.mult(10,5); //50
arithmetic.div(10,5); //2

Créditos

Licencia