Compare Pastes
Differences between the pastes
#146443 (02.10.2020 04:20)
and
#168801 (18.03.2021 02:23).
| 1 | ||
| 2 | ||
| 3 | $a = '1.123456789'; | |
| 4 | $b = '0.00000000001234567890'; | |
| 5 | ||
| 6 | echo bcadd($a, $b, 20); |
