1.0.1 • Published 8 years ago

basic-math-fn v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

Basic Math Functions

Is a library that contains common math functions, mainly for practicing function composability.

Demo

const { add } = require('basic-math-fn')
add(1,2)
=> 3

Install

npm install basic-math-fn

Api

  • add(a,b)
  • subtract(a, b)
  • multiply(a, b)
  • divide(a, b)
1.0.1

8 years ago

1.0.0

8 years ago