From 7e7f87d05a332888ded65774b52589f60df61c9b Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Wed, 26 Dec 2007 13:06:54 +0000 Subject: [PATCH] MFB: Upgrade to the new-reference-structure - (Created missing setup sections in setup.xml, if any) - Moved the intro to book.xml - Changed the intro ID from .intro to intro. - Moved the constants entity to book.xml - Changed constants.xml to be appendix - Moved the requirements, installation, configuration and resources sections to setup.xml git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248992 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/book.xml | 54 ++++++++++++++++++++++++++++++++++ reference/math/constants.xml | 6 ++-- reference/math/reference.xml | 53 ++++----------------------------- reference/math/setup.xml | 57 ++++++++++++++++++++++++++++++++++++ 4 files changed, 119 insertions(+), 51 deletions(-) create mode 100644 reference/math/book.xml create mode 100644 reference/math/setup.xml diff --git a/reference/math/book.xml b/reference/math/book.xml new file mode 100644 index 0000000000..9d670b2b6b --- /dev/null +++ b/reference/math/book.xml @@ -0,0 +1,54 @@ + + + + + + + Mathematical Functions + Math + + + + &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). + If you need to handle bigger numbers, take a look at the arbitrary precision math functions. + + + See also the manual page on + arithmetic + operators. + + + + + &reference.math.setup; + &reference.math.constants; + &reference.math.reference; + + + + + diff --git a/reference/math/constants.xml b/reference/math/constants.xml index 66bb8a9dea..7cfe6afa5c 100644 --- a/reference/math/constants.xml +++ b/reference/math/constants.xml @@ -1,6 +1,6 @@ - -
+ + &reftitle.constants; &extension.constants.core; @@ -107,7 +107,7 @@ All other constants are available starting with PHP 4.0.0. Constants labeled [5.2.0] were added in PHP 5.2.0. -
+ - - + - - Mathematical Functions - Math - - -
- &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). - If you need to handle bigger numbers, take a look at the arbitrary precision math functions. - - - See also the manual page on - arithmetic - operators. - -
+ + Math &Functions; -
- &reftitle.required; - &no.requirement; -
- -
- &reftitle.install; - &no.install; -
+ &reference.math.entities.functions; -
- &reftitle.runtime; - &no.config; -
+
-
- &reftitle.resources; - &no.resource; -
- - &reference.math.constants; - -
- -&reference.math.entities.functions; - -
+ + + &reftitle.setup; + + +
+ &reftitle.required; + &no.requirement; +
+ + + +
+ &reftitle.install; + &no.install; +
+ + + +
+ &reftitle.runtime; + &no.config; +
+ + + +
+ &reftitle.resources; + &no.resource; +
+ + +
+ + +