1.0.1 • Published 8 years ago

torrarithmetic v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

arithmetic

arithmetic te permite realizar las funciones matematicas básicas.

Las funciones Matematicas

SUMAR RESTAR MULTIPLICAR DIVIDIR

Instalación

npm install torrarithmetic

Uso

  import torrarithmetic from 'torrarithmetic'

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

Créditos

Licencia