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 - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "react-js-scientific-calculator",
"version": "1.0.1",
"version": "1.0.2",
"description": "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.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,16 +0,27 @@

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.
Install this package in your project for calculation purpose just like other calculator.
## 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.
Example :
npm install react-js-scientific-calculator --save;
> ### Explore more on : [Github](https://github.com/rohit12341)
> ### View some cool stuf on my portfolio : [view](https://rohit12341.github.io/rohit_portfolio/)
import in your component:
import calculator from react-js-scientific-calculator;
### Install this package in your project for calculation purpose just like other calculator.
## Example
use case :
let num1 = 5, num2 = 10;
let sum = calculator.addition(num1, num2);
`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);`
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