Summary
Number system for Latvian: one string for numbers ending in 1 but not 11; one for everything else but 0; and one for 0.
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. |