Actions
Feature #5514
closedNumeric への quotient と quotrem の追加
Feature #5514:
Numeric への quotient と quotrem の追加
Description
Ruby では余りを求めるために modulo (%) と remainder が提供されています
が、modulo には対応する div があり、またその組み合わせである divmod も
存在しますが remainder にはありません。そこで対応する quotient と
quotrem を追加することを提案します。
Actions