Skip to content
This repository has been archived by the owner on Jul 5, 2019. It is now read-only.
/ sum Public archive

A dumb math library. (Don't take it seriously, it's just a small experiment...)

License

Notifications You must be signed in to change notification settings

MCMLXXXV/sum

Repository files navigation

sum • Build Status Coverage Status

A dumb math library.

Usage

const sum = require('@rblopes/sum');

console.log(sum(1, 1));                 // => 2
console.log(sum(1, 2, 3));              // => 6

License

Unlicense

About

A dumb math library. (Don't take it seriously, it's just a small experiment...)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published