79562111

Date: 2025-04-08 13:06:09
Score: 1
Natty:
Report link
Math.round((amount + 0.000000000001) * 100) / 100

this one is equals to php's round with precision of two

round(amount,2);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Harris