SourceForge Links: Summary Tracker Browse CVS Download |
Roman Numeral Conversion API |
ROMAN NUMERALSNAMERoman Numerals − the Roman Numeral symbols DESCRIPTIONThe roman numeral symbols: Symbol Value
Name A bar placed across the top of a Roman Numeral implies that the value shoud be multiplied by 1000. The Romans did not have a symbol for zero. This package uses the N symbol to represent a zero rather than generating an error. The symbols are combined together and used in repetition to represent values other than the values of the symbols. Computing the value of Roman Numeral string is done by adding the symbols if a lesser valued symbol follows a greater valued symbol, or subtracting the value if a lesser valued symbol preceeds a greater valued symbol. EXAMPLESRoman Numeral
Value SEE ALSOromandate(1), romannum(1), int2roman(3), roman2int(3), roman_ctime(3), roman_strftime(3) |