Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ROUND returns a rounded value

Syntax

ROUND(NumExp, NumVal)

Arguments

  • NumExp is the value to be rounded
  • NumVal is the number of decimal places that is to be maintained

Examples 

ROUND(A,3)

returns 2.275 for A=2.274825638

...