nikhil/git-from-scratch

此包最新版本(1)没有提供许可证信息。

计算器程序

1 2021-12-22 05:23 UTC

This package is auto-updated.

Last update: 2024-09-25 12:42:51 UTC


README

由 Got Your Backs 提供

使用方法

php index.php <operation> <param1> <param2> <param2> ...

指数

获取数字的指数值,

Syntax: `php index.php exponent number number`
Example `php index.php exponent 2 3`
The above example will print `8`

百分比

获取数字的百分比

Syntax: `php index.php percentage number fraction of number`
Example `php index.php percentage 100 25`
The above example will print `25`