+ Only M_PI is available in PHP versions up to and including PHP 4.0.0.
+ All other constants are available starting with PHP 4.0.0. Constants
+ labeled [4.0.2] were added in PHP 4.0.2.
+
+
+
+
diff --git a/reference/math/reference.xml b/reference/math/reference.xml
index 36274b4e9e..d87345e0fc 100644
--- a/reference/math/reference.xml
+++ b/reference/math/reference.xml
@@ -1,5 +1,5 @@
-
+
Mathematical FunctionsMath
@@ -9,121 +9,35 @@
&reftitle.intro;
These math functions will only handle values within the range of
- the integer and float types on your computer.
- (this corresponds currently to the C types long resp. double)
+ the integer and float types on your computer
+ (this corresponds currently to the C types long resp. double).
If you need to handle bigger numbers, take a look at the arbitrary precision math functions.
-
- &reftitle.constants;
-
- The following values are defined as constants in PHP by the math
- extension:
-
- Only M_PI is available in PHP versions up to and including PHP 4.0.0.
- All other constants are available starting with PHP 4.0.0. Constants
- labeled [4.0.2] were added in PHP 4.0.2.
-
-
+
+
+ &reftitle.required;
+ &no.requirement;
+
+
+
+ &reftitle.install;
+ &no.install;
+
+
+
+ &reftitle.runtime;
+ &no.config;
+
+
+
+ &reftitle.resources;
+ &no.resource;
+
+
+ &reference.math.constants;
+
&reference.math.functions;