We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5078677 commit 5fd327fCopy full SHA for 5fd327f
README.md
@@ -308,8 +308,8 @@ public static void main(java.lang.String[])
308
|float |\PHPJava\Kernel\Types\\_Float (including `__toString`), string, float |
309
|double |\PHPJava\Kernel\Types\\_Char (including `__toString`), string, float |
310
311
-- **Problem 3:** PHPJava cannot calculate big numbered double and float values because of `gmp_pow` cannot calculate negative exponents.
312
- So PHPJava use built-in functions which is `pow`.
+- **Problem 3:** The PHPJava cannot calculate big numbered `double` and `float` values because of `gmp_pow` cannot calculate negative exponents.
+ So the PHPJava use built-in functions which is `pow`.
313
314
## Run unit tests
315
0 commit comments