79626124

Date: 2025-05-17 02:44:50
Score: 0.5
Natty:
Report link

Look at the PHP module BCMath BC Math

It uses strings as numbers with any length and have all common mathematical functions to operate with them.

<?php
$a=bcadd('1234567890123456789012345678901234567890','1000000000000000000000000000000000000000');
echo $a;

https://3v4l.org/UJUku

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sergey Soltanov