From: "ko1 (Koichi Sasada)" Date: 2013-02-26T09:44:32+09:00 Subject: [ruby-dev:47114] [ruby-trunk - Feature #5514] Numeric への quotient と quotrem の追加 Issue #5514 has been updated by ko1 (Koichi Sasada). Category set to core Assignee set to matz (Yukihiro Matsumoto) 宙ぶらりんになっているようなので、まつもとさんにアサインしておきます。 ご検討下さい。 ---------------------------------------- Feature #5514: Numeric への quotient と quotrem の追加 https://bugs.ruby-lang.org/issues/5514#change-37019 Author: tadf (tadayoshi funaba) Status: Open Priority: Low Assignee: matz (Yukihiro Matsumoto) Category: core Target version: Next Major Ruby では余りを求めるために modulo (%) と remainder が提供されています が、modulo には対応する div があり、またその組み合わせである divmod も 存在しますが remainder にはありません。そこで対応する quotient と quotrem を追加することを提案します。 -- http://bugs.ruby-lang.org/