作者shelary (台中喵小咩)
看板Ruby
标题[问题] Ruby是否有floor的函数?
时间Sat Jul 21 22:13:51 2007
环境:
Ruby 1.8.6
状况:
须要一个可以将小数点後面无条件舍去的功能
其它语言 如 c 或 java 有 floor 的函数可以呼叫
但在 ruby 并且 include Math 後
并没办法找到 floor 的 method
或是有其它函数有相同功能??
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 218.170.231.201
1F:→ poga:(3.14).round 07/21 22:17
2F:推 poga:(3.14).floor 都可以阿 07/21 22:20
3F:推 shelary:哦哦..原来是我弄反了..我写成 floor(3.14) .. 07/21 22:44
4F:→ shelary:谢谢丫^^" 07/21 22:45
5F:→ godfat:说到这,我有点不满为什麽是 sqrt 9 而不是 9.sqrt 07/21 22:57
6F:推 neomonkey:真的噎...真想知道是什麽原因 08/17 06:50