多くのプログラミング言語で、数値の切り捨ては floor, 切り上げは ceil という関数で実現できるようになっています。 これをなかなか覚えられないという方もいると思いますので、確実に思い出せるようにするために、その理由を解説しました。
Tag Archives: 切り捨て
Ruby: Round Down with some decimal places
Memorized the way to round down number to the nth decimal places in Ruby.
The number like 0.81235 (Float) has function floor, which round down the number to zeal number, can’t round down to some decimal places.
Environment
- Ruby 2.2.3p173
- OS: Ubuntu 15.04




