Paste #146443 |
pasted on 02.10.2020 04:20
- Edit to this paste
- Raw
- The following pastes replied to this paste: # 168801 # 274293
- Show paste tree
-
Compare with paste
#
Text paste
1 2 3 4 5 6 7 | <?php $a = '1.123456789'; $b = '0.00000000001234567890'; echo bcadd($a, $b, 20); ?> |