divya / git-from-scratch
此包最新版本(dev-main)没有可用的许可证信息。
dev-main
2022-01-05 07:24 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 Add number number`
Example `php index.php Add 4 5`
The above example will print `9`
减法
要获取两个数的差
syntax: `php index.php Subtraction number number`
Example `php index.php Add 10 9`
The above example will print `1`