PHP | Math Functions Complete Reference
The predefined math functions in PHP are used to handle the mathematical operations within the integer and float types. These math functions are part of the PHP core.
Installation: These functions are not required any installation.
The complete list of PHP math functions are given below:
- PHP | abs() Function
- PHP | acos() Function
- PHP | acosh() Function
- PHP | asin() Function
- PHP | asinh() Function
- PHP | atan2() Function
- PHP | atan() Function
- PHP | atanh() Function
- PHP | base_convert() Function
- PHP | bindec() Function
- PHP | ceil() Function
- PHP | cos() Function
- PHP | cosh() Function
- PHP | decbin() Function
- PHP | dechex() Function
- PHP | decoct() Function
- PHP | deg2rad() Function
- PHP | exp() Function
- PHP | expm1() Function
- PHP | fmod() Function
- PHP | hexdec() Function
- PHP | hypot() Function
- PHP | intdiv() Function
- PHP | is_finite() Function
- PHP | is_infinite() Function
- PHP | is_nan() Function
- PHP | log10() Function
- PHP | log() Function
- PHP | max() Function
- PHP | min() Function
- PHP | mt_rand() Function
- PHP | octdec() Function
- PHP | pi() Function
- PHP | pow() Function
- PHP | rad2deg() Function
- PHP | rand() function
- PHP | round() Function
- PHP | sin() Function
- PHP | sinh() Function
- PHP | sqrt() Function
- PHP | srand() Function
- PHP | tan() Function
- PHP | tanh() Function
Attention reader! Don’t stop learning now. Get hold of all the important DSA concepts with the DSA Self Paced Course at a student-friendly price and become industry ready.