basic-math-fn

1.0.1 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i basic-math-fn

Weekly Downloads

0

Version

1.0.1

License

ISC

Last publish

Collaborators

  • twilson63