nikhil / git-from-scratch
Calculator program
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/nikhil/git-from-scratch
Requires
- phpunit/phpunit: ^9
README
By Got Your Backs
Usage
php index.php <operation> <param1> <param2> <param2> ...
Exponent
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`
Percentage
To get the percentage of the number
Syntax: `php index.php percentage number fraction of number`
Example `php index.php percentage 100 25`
The above example will print `25`