メインコンテンツまでスキップ
バージョン:26.2

rounded

  • operator

  • calls the round or roundToNearest function

  • rounded to

  • rounded to nearest

  • Examples: +

    put 9.876 rounded to 2 decimal places —> 9.88
    put 4123.5 rounded to -2 —> 4100
    put 4123.5 rounded to the nearest 25 —> 4125
    put 9.876 rounded to nearest .01 —> 9.88
  • Related: round, roundToNearest