react-js-scientific-calculator
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"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);` | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1453
28