Skip to main content
added 93 characters in body
Source Link
Oliver
  • 7.9k
  • 2
  • 19
  • 38

Japt, 2 bytes

xV

Try it online!Try it online!

x is the builtin for rounding to n decimals. We pass in V (Second input).

Japt, 2 bytes

xV

Try it online!

Japt, 2 bytes

xV

Try it online!

x is the builtin for rounding to n decimals. We pass in V (Second input).

Source Link
Oliver
  • 7.9k
  • 2
  • 19
  • 38

Japt, 2 bytes

xV

Try it online!