RomanNumeral

Conversion to and from roman numerals.

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(number: Int): String
def parse(s: String): Option[Int]