0.30000000000000004 icon indicating copy to clipboard operation
0.30000000000000004 copied to clipboard

PHP bcadd

Open 89z opened this issue 4 years ago • 0 comments

The PHP example is not valid under strict typing:

Fatal error: Uncaught TypeError: bcadd(): Argument #1 ($num1) must be of type
string, float given

It should look like this instead:

bcadd('.1', '.2', 1);

89z avatar Jan 25 '21 21:01 89z