We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
print(15.0.format()); // 15 print(15.5.format()); // 15.50 print(15.5.format(" sar")); // 15.50 sar