PHP Functions : Mathematical Functions
Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions Mathematical Functions
Help URL: http://www.php.net/manual/en/ref.math.php
Items Related to Mathematical Functions
Inner Elements of Mathematical Functions
Mathematical Functions contains following items:
- abs
- acos
- acosh
- asin
- asinh
- atan2 (atan )
- atan
- atanh
- base_convert (base convert)
- bindec
- ceil
- cos
- cosh
- decbin
- dechex
- decoct
- deg2rad (deg rad)
- exp
- expm1 (expm )
- floor
- fmod
- getrandmax
- hexdec
- hypot
- is_finite (is finite)
- is_infinite (is infinite)
- is_nan (is nan)
- lcg_value (lcg value)
- log10 (log )
- log1p (log p)
- log
- max
- min
- mt_getrandmax (mt getrandmax)
- mt_rand (mt rand)
- mt_srand (mt srand)
- octdec
- pi
- pow
- rad2deg (rad deg)
- rand
- round
- sin
- sinh
- sqrt
- srand
- tan
- tanh
PHP is a scripted programming language that can be used to create websites. Short for "PHP: Hypertext Preprocessor" (the initials actually come from the earliest version of the program, which was called "Personal Home Page" but in their current form, constitute a recursive acronym), it is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications. For example, MediaWiki, the software behind Wikipedia, is written in PHP.PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, Firebird and SQLite. PHP runs on most major operating systems, including Unix, Linux, Netware, Windows, and Mac OS X, and can interact with many major web servers. -- wikipedia.org
|