1.0.0 • Published 5 years ago

@a2937/custom-calc v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Node custom calculator

A small library that supports basic math operations such as addition, subtraction, multiplication, division, square rooting, and history.

Installation

npm install @a2937/custom-calc

Usage

var calc = require('@a2937/custom-calc');

var product = calc.Multiply(15,4);

Output should be 60

Tests

npm test