Summary
Number system for Slovenian: one string for 1; one for 2; one for 3 and 4; and one for all other numbers.
Constructors
Instance methods
| string | | Gets a short textual representation of the nth string (e.g. sglr, plrl). |
| int | | Determines which string (numbered from 0) should be used for the number n. |
| int | | Determines which string (numbered from 0) should be used for the fractional number n. |
Instance properties
| int | | Returns the number of strings required by this number system. |