nikhil/git-from-scratch

There is no license information available for the latest version (1) of this package.

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

1 2021-12-22 05:23 UTC

This package is auto-updated.

Last update: 2025-12-25 15:29:05 UTC


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`