Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この数式を使用して計算を実行するにはどうすればよいですか? もしそうならnumber、37私はそれがで終わると思い133.2ます。
number
37
133.2
number / 100 * 360
number = 37 p number.to_f / 100 * 360 #=> 133.2 p number * 1.0 / 100 * 360 #=> 133.2