Sha256: c596c19953fa63811d53c532f2c784e437dfd6a3fc09b0813eea12263f6f22ba
Contents?: true
Size: 720 Bytes
Versions: 58
Compression:
Stored size: 720 Bytes
Contents
--- lt: cardinal: few: n % 10 = 2..9 and n % 100 != 11..19 @integer 2~9, 22~29, 102, 1002, … @decimal 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 22.0, 102.0, 1002.0, … many: f != 0 @decimal 0.1~0.9, 1.1~1.7, 10.1, 100.1, 1000.1, … one: n % 10 = 1 and n % 100 != 11..19 @integer 1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, … @decimal 1.0, 21.0, 31.0, 41.0, 51.0, 61.0, 71.0, 81.0, 101.0, 1001.0, … other: " @integer 0, 10~20, 30, 40, 50, 60, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …" ordinal: other: " @integer 0~15, 100, 1000, 10000, 100000, 1000000, …"
Version data entries
58 entries across 58 versions & 1 rubygems