Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-js-scientific-calculator

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

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.

  • 1.0.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 29 Dec 2020

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc