Remove "Binary Calculator" mention from documentation.

It's BCMath.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349316 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sherif Ramadan 2020-03-05 11:28:52 +00:00
parent 954f9dce1f
commit c8e5e322bd

View file

@ -10,7 +10,7 @@
<preface xml:id="intro.bc">
&reftitle.intro;
<para>
For arbitrary precision mathematics PHP offers the Binary Calculator which
For arbitrary precision mathematics PHP offers the BCMath which
supports numbers of any size and precision up to <literal>2147483647</literal> (or <literal>0x7FFFFFFF</literal>) decimals,
if there is sufficient memory, represented as strings.
</para>