Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
MaximumRomanNumber = 3999
)
Functions ¶
Types ¶
type DigitValue ¶
type DigitValues ¶
type DigitValues []DigitValue
func ListRomanNumerals ¶
func ListRomanNumerals() (numerals DigitValues)
func (DigitValues) Sort ¶
func (r DigitValues) Sort() (sorted DigitValues)
Click to show internal directories.
Click to hide internal directories.