1 unstable release
0.1.5 | Oct 15, 2019 |
---|---|
0.1.4 |
|
#1209 in Math
3KB
Simple Calculator
You can use this simple Calculator & Performe basic calculation and power calclations.
How to use
You Can use thi Library in your project with
use simple_calculator::calculator_functions::*;
Basic Calculations
Addition
basic_function::add(first_Number,Second_Number)
Subtraction
basic_function::sub(first_Number,Second_Number)
Division
basic_function::divide(first_Number,Second_Number)
Multiply
basic_function::multiply(first_Number,Second_Number)
Power Calculations
Calculat Squre
power_functions::Square(Number)
Calculate Cube
power_function::cube(Number)
Calculate Power
power_funcation::power(Number,power)