Changes

Jump to: navigation, search

PHP Constants

288 bytes removed, 16:54, 29 May 2007
PHP Mathematical Constants
<th>Constant<th>Description</th>
<tr>
<td valign="top">M_E</td> <td valign="top">Value of e (approx. 2.718)</td>
</tr>
<tr>
<td valign="top">M_EULER</td> <td valign="top">Value of Euler's constant (approx. 0.577)</td>
</tr>
<tr>
<td valign="top">M_LNPI</td> <td valign="top">The natural logarithm of PI (approx. 1.144)</td>
</tr>
<tr>
<td valign="top">M_LN2</td> <td valign="top">The natural logarithm of 2 (approx. 0.693)</td>
</tr>
<tr>
<td valign="top">M_LN10</td> <td valign="top">The natural logarithm of 10 (approx. 2.302)</td>
</tr>
<tr>
<td valign="top">M_LOG2E</td> <td valign="top">Value of base-2 logarithm of E (approx. 1.442)</td>
</tr>
<tr>
<td valign="top">M_LOG10E</td> <td valign="top">The base-10 logarithm of E (approx. 0.434)</td>
</tr>

Navigation menu