From 394eb8c1826bfdcd90a0b90af7f6a3d4eeb7f747 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Mon, 22 Apr 2019 12:29:45 +0000 Subject: [PATCH] Fix grammar -- Patch provided by anonymous user. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347308 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 977f6063c2..b13a9c2a1d 100644 --- a/reference/bc/book.xml +++ b/reference/bc/book.xml @@ -19,7 +19,7 @@ Passing values of type float to a BCMath function which expects a string as operand may not have the desired effect due to the way PHP converts float values to string, namely - that the string may be in exponential notation (what is not + that the string may be in exponential notation (which is not supported by BCMath), and that the decimal separator is locale dependend (while BCMath always expects a decimal point).