Skip to content

Commit 5fd327f

Browse files
committed
Update readme [skip ci]
1 parent 5078677 commit 5fd327f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ public static void main(java.lang.String[])
308308
|float |\PHPJava\Kernel\Types\\_Float (including `__toString`), string, float |
309309
|double |\PHPJava\Kernel\Types\\_Char (including `__toString`), string, float |
310310

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`.
311+
- **Problem 3:** The PHPJava cannot calculate big numbered `double` and `float` values because of `gmp_pow` cannot calculate negative exponents.
312+
So the PHPJava use built-in functions which is `pow`.
313313

314314
## Run unit tests
315315

0 commit comments

Comments
 (0)