1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00
Files
archived-doc-en/reference/bc/versions.xml
Saki Takamachi c7e83fbbbc ext/bcmath: Document BcMath\Number class (#4187)
Co-authored-by: Gina Peter Banyard <girgias@php.net>
2025-01-14 12:49:03 +00:00

62 lines
2.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!--
Do NOT translate this file
-->
<versions>
<function name="bcadd" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="bcceil" from="PHP 8 &gt;= 8.4.0"/>
<function name="bccomp" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="bcdiv" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="bcdivmod" from="PHP 8 &gt;= 8.4.0"/>
<function name="bcfloor" from="PHP 8 &gt;= 8.4.0"/>
<function name="bcmod" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="bcmul" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="bcpow" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="bcpowmod" from="PHP 5, PHP 7, PHP 8"/>
<function name="bcround" from="PHP 8 &gt;= 8.4.0"/>
<function name="bcscale" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="bcsqrt" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name="bcsub" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
<function name='bcmath\number' from='PHP 8 &gt;= 8.4.0'/>
<function name='bcmath\number::__construct' from='PHP 8 &gt;= 8.4.0'/>
<function name='bcmath\number::add' from='PHP 8 &gt;= 8.4.0'/>
<function name='bcmath\number::ceil' from='PHP 8 &gt;= 8.4.0'/>
<function name='bcmath\number::compare' from='PHP 8 &gt;= 8.4.0'/>
<function name='bcmath\number::div' from='PHP 8 &gt;= 8.4.0'/>
<function name='bcmath\number::divmod' from='PHP 8 &gt;= 8.4.0'/>
<function name='bcmath\number::floor' from='PHP 8 &gt;= 8.4.0'/>
<function name='bcmath\number::mod' from='PHP 8 &gt;= 8.4.0'/>
<function name='bcmath\number::mul' from='PHP 8 &gt;= 8.4.0'/>
<function name='bcmath\number::pow' from='PHP 8 &gt;= 8.4.0'/>
<function name='bcmath\number::powmod' from='PHP 8 &gt;= 8.4.0'/>
<function name='bcmath\number::round' from='PHP 8 &gt;= 8.4.0'/>
<function name='bcmath\number::__serialize' from='PHP 8 &gt;= 8.4.0'/>
<function name='bcmath\number::sqrt' from='PHP 8 &gt;= 8.4.0'/>
<function name='bcmath\number::sub' from='PHP 8 &gt;= 8.4.0'/>
<function name='bcmath\number::__tostring' from='PHP 8 &gt;= 8.4.0'/>
<function name='bcmath\number::__unserialize' 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
-->