79626428

Date: 2025-05-17 10:35:43
Score: 1
Natty:
Report link

Check PHP.info for: number_format

number_format(FLOAT, DECIMAL_PLACES);

OR JavaScript:

STRING = FLOAT.toString();
STRING = STRING.substring(0, STRING.indexOf(".")+2);
return STRING;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: RAHEEL RAHMAN