79634549

Date: 2025-05-22 21:14:09
Score: 2
Natty:
Report link
  Public Function Round(d As Double, precision As Integer) As Double
    Dim multiplier = Math.Pow(10, precision)
    Return CInt(d * multiplier) / multiplier
  End Function
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Sleepwalker