bharath / git-from-scratch
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/bharath/git-from-scratch
This package is auto-updated.
Last update: 2025-12-24 22:38:08 UTC
README
By Got Your Backs
Usage
php index.php <operation> <param1> <param2> <param2> ...
Exponential
To get the exponent value for a number,
Syntax: `php index.php exponent number number`
Example `php index.php exponent 2 3`
The above example will print `8`
Divide
To get the Division value for two numbers,
Syntax: `php index.php Divide number number`
Example `php index.php Divide 8 2`
The above example will print `4`
Multiply
To get the Multiplication value for two numbers,
Syntax: `php index.php Multiply number number`
Example `php index.php Multiply 8 2`
The above example will print `16`