1.0.3 • Published 3 years ago

react-js-scientific-calculator v1.0.3

Weekly downloads
9
License
ISC
Repository
-
Last release
3 years ago

About

This Calculator is a free and easy to use scientific calculator that supports many advanced features including unit conversion, equation solving, and even complex-number math.

Explore more on : Github

View some cool stuf on my portfolio : view

Install this package in your project for calculation purpose just like other calculator.

Example

npm install react-js-scientific-calculator --save;

import

import calculator from react-js-scientific-calculator;

use case

let num1 = 5;

let num2 = 10;

let sum = calculator.addition(num1, num2);