Num
class Num
Class containing number helper methods.
Methods
static string
arabic2roman(int $int)
Converts arabic numerals (1-3999) to roman numerals.
static int
roman2arabic(string $str)
Converts roman numerals (I-MMMCMXCIX) to arabic numerals.
Details
at line 27
static string
arabic2roman(int $int)
Converts arabic numerals (1-3999) to roman numerals.
at line 83
static int
roman2arabic(string $str)
Converts roman numerals (I-MMMCMXCIX) to arabic numerals.