Skip to content

jcmlmorav/morath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MORATH

MORATH es una librería que permite realizar las operaciones aritméticas básicas.

Operaciones

  • Suma
  • Resta
  • Multiplicación
  • Division

Instalación

npm install morath

Uso

import morath from 'morath'

morath.sum(2,2) // 4
morath.ded(2,1) // 1
morath.ply(2,3) // 6
morath.div(2,2) // 1

Autor

Licencia

MIT

About

npm module for mathematical operations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published