Socket
Socket
Sign inDemoInstall

react-js-scientific-calculator

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-js-scientific-calculator

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.


Version published
Weekly downloads
7
Maintainers
1
Install size
1.42 kB
Created
Weekly downloads
 

Readme

Source

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);

Keywords

FAQs

Last updated on 29 Dec 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc