From c8e5e322bd8550a64805fc22d36b258b052f7d04 Mon Sep 17 00:00:00 2001 From: Sherif Ramadan Date: Thu, 5 Mar 2020 11:28:52 +0000 Subject: [PATCH] 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 --- reference/bc/book.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/bc/book.xml b/reference/bc/book.xml index beb4418b4c..3bd9de4549 100644 --- a/reference/bc/book.xml +++ b/reference/bc/book.xml @@ -10,7 +10,7 @@ &reftitle.intro; - 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 2147483647 (or 0x7FFFFFFF) decimals, if there is sufficient memory, represented as strings.