This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.Synopsis | |
Transform a decimal number into a Roman one and vice-versa. | |
.Description | |
Transform a decimal number in input, into its Roman version or | |
transform a Roman number in input, into its decimal value. | |
.Example | |
DecimalToRoman (Decimal_Number) |