reference/math/constants.xml
f9c4a68ef4f89e51e6d9b905ad3ddb6492386dd3
...
...
@@ -80,7 +80,7 @@
80
80
<entry><constant>M_SQRTPI</constant></entry>
81
81
<entry>1.77245385090551602729</entry>
82
82
<entry>sqrt(pi)</entry>
83
-
<entry>PHP 5.2.0</entry>
83
+
<entry></entry>
84
84
</row>
85
85
<row xml:id="constant.m-2-sqrtpi">
86
86
<entry><constant>M_2_SQRTPI</constant></entry>
...
...
@@ -98,7 +98,7 @@
98
98
<entry><constant>M_SQRT3</constant></entry>
99
99
<entry>1.73205080756887729352</entry>
100
100
<entry>sqrt(3)</entry>
101
-
<entry>PHP 5.2.0</entry>
101
+
<entry></entry>
102
102
</row>
103
103
<row xml:id="constant.m-sqrt1-2">
104
104
<entry><constant>M_SQRT1_2</constant></entry>
...
...
@@ -110,37 +110,37 @@
110
110
<entry><constant>M_LNPI</constant></entry>
111
111
<entry>1.14472988584940017414</entry>
112
112
<entry>log_e(pi)</entry>
113
-
<entry>PHP 5.2.0</entry>
113
+
<entry></entry>
114
114
</row>
115
115
<row xml:id="constant.m-euler">
116
116
<entry><constant>M_EULER</constant></entry>
117
117
<entry>0.57721566490153286061</entry>
118
118
<entry>Euler constant</entry>
119
-
<entry>PHP 5.2.0</entry>
119
+
<entry></entry>
120
120
</row>
121
121
<row xml:id="constant.php-round-half-up">
122
122
<entry><constant>PHP_ROUND_HALF_UP</constant></entry>
123
123
<entry>1</entry>
124
124
<entry>Round halves up</entry>
125
-
<entry>PHP 5.3.0</entry>
125
+
<entry></entry>
126
126
</row>
127
127
<row xml:id="constant.php-round-half-down">
128
128
<entry><constant>PHP_ROUND_HALF_DOWN</constant></entry>
129
129
<entry>2</entry>
130
130
<entry>Round halves down</entry>
131
-
<entry>PHP 5.3.0</entry>
131
+
<entry></entry>
132
132
</row>
133
133
<row xml:id="constant.php-round-half-even">
134
134
<entry><constant>PHP_ROUND_HALF_EVEN</constant></entry>
135
135
<entry>3</entry>
136
136
<entry>Round halves to even numbers</entry>
137
-
<entry>PHP 5.3.0</entry>
137
+
<entry></entry>
138
138
</row>
139
139
<row xml:id="constant.php-round-half-odd">
140
140
<entry><constant>PHP_ROUND_HALF_ODD</constant></entry>
141
141
<entry>4</entry>
142
142
<entry>Round halves to odd numbers</entry>
143
-
<entry>PHP 5.3.0</entry>
143
+
<entry></entry>
144
144
</row>
145
145
<row xml:id="constant.nan">
146
146
<entry><constant>NAN</constant></entry>
...
...
@@ -158,10 +158,6 @@
158
158
</tgroup>
159
159
</table>
160
160
</para>
161
-
<para>
162
-
All constants without a labeled PHP version above are available
163
-
starting with PHP 5.0.0.
164
-
</para>
165
161
</appendix>
166
162

167
163
<!-- Keep this comment at the end of the file
168
164