1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-24 15:52:15 +01:00
Files
archived-doc-en/reference/math/versions.xml
Gina Peter Banyard e75557e268 PHP 8.4: Document RoundingMode (#4080)
Co-authored-by: Tim Düsterhus <timwolla@googlemail.com>
2024-11-20 16:45:09 +00:00

75 lines
3.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!--
Do NOT translate this file
-->
<versions>
<function name="abs" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="acos" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="acosh" from="PHP 4 &gt;= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="asin" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="asinh" from="PHP 4 &gt;= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="atan" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="atan2" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="atanh" from="PHP 4 &gt;= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="base_convert" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="bindec" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="ceil" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="cos" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="cosh" from="PHP 4 &gt;= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="decbin" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="dechex" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="decoct" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="deg2rad" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="exp" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="expm1" from="PHP 4 &gt;= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="fdiv" from="PHP 8"/>
<function name="floor" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="fmod" from="PHP 4 &gt;= 4.2.0, PHP 5, PHP 7, PHP 8"/>
<function name="fpow" from="PHP 8 &gt;= 8.4.0"/>
<function name="hexdec" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="hypot" from="PHP 4 &gt;= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="is_finite" from="PHP 4 &gt;= 4.2.0, PHP 5, PHP 7, PHP 8"/>
<function name="is_infinite" from="PHP 4 &gt;= 4.2.0, PHP 5, PHP 7, PHP 8"/>
<function name="is_nan" from="PHP 4 &gt;= 4.2.0, PHP 5, PHP 7, PHP 8"/>
<function name="log" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="log10" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="log1p" from="PHP 4 &gt;= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="max" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="min" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="octdec" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="pi" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="pow" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="rad2deg" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="round" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="sin" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="sinh" from="PHP 4 &gt;= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="sqrt" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="tan" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="tanh" from="PHP 4 &gt;= 4.1.0, PHP 5, PHP 7, PHP 8"/>
<function name="intdiv" from="PHP 7, PHP 8"/>
<!-- RoundingMode -->
<function name="roundingmode" from="PHP 8 &gt;= 8.4.0"/>
</versions>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->