PHP数学函数完整参考
PHP中预定义的数学函数用于处理整数和浮点类型中的数学运算。这些数学函数是PHP核心的一部分。
安装:这些功能不需要任何安装。
PHP数学函数的完整列表如下:
- PHP | abs()函数
- PHP | acos()函数
- PHP | acosh()函数
- PHP | asin()函数
- PHP | asinh()函数
- PHP | atan2()函数
- PHP | atan()函数
- PHP | atanh()函数
- PHP | base_convert()函数
- PHP | bindec()函数
- PHP | ceil()函数
- PHP | cos()函数
- PHP | cosh()函数
- PHP | decbin()函数
- PHP | dechex()函数
- PHP | decoct()函数
- PHP | deg2rad()函数
- PHP | exp()函数
- PHP | expm1()函数
- PHP | fmod()函数
- PHP | hexdec()函数
- PHP | hypot()函数
- PHP | intdiv()函数
- PHP | is_finite()函数
- PHP | is_infinite()函数
- PHP | is_nan()函数
- PHP | log10()函数
- PHP | log()函数
- PHP | max()函数
- PHP | min()函数
- PHP | mt_rand()函数
- PHP | octdec()函数
- PHP | pi()函数
- PHP | pow()函数
- PHP | rad2deg()函数
- PHP | rand()函数
- PHP | round()函数
- PHP | sin()函数
- PHP | sinh()函数
- PHP | sqrt()函数
- PHP | srand()函数
- PHP | tan()函数
- PHP | tanh()函数