| Line 1: |
Line 1: |
| − | <div style="font-size:30px">'''ROMAN(n,t)'''</div><br/> | + | <div style="font-size:30px">'''ROMAN (Number,Form)'''</div><br/> |
| − | *<math>n</math> is the number and <math>t</math> is the type of the roman numeral. | + | *<math>Number</math> is the any number and <math>Form</math> is the type of the roman numeral. |
| | | | |
| | ==Description== | | ==Description== |
| Line 6: |
Line 6: |
| | *Romans are formed by combining symbols together and adding the values. | | *Romans are formed by combining symbols together and adding the values. |
| | *It is the special method of showing the numbers. In roman form, numbers greater than 1000 are formed by placing a dash over the regular symbol. | | *It is the special method of showing the numbers. In roman form, numbers greater than 1000 are formed by placing a dash over the regular symbol. |
| − | *In <math>ROMAN(n,t)</math>, <math>n</math> is the Arabic Number and <math>t</math> is the number which is indicating the type of the Roman Numeral. | + | *In <math>ROMAN (Number,Form)</math>, <math>Number</math> is the Arabic Number and <math>Form</math> is the number which is indicating the type of the Roman Numeral. |
| − | *<math>t </math> is varying from Classic to Simplified, becoming more concise as the value of increases. | + | *<math>Form </math> is varying from Classic to Simplified, becoming more concise as the value of increases. |
| − | '''t value Type''' | + | '''Form value Type''' |
| | 0 or omitted - Classic | | 0 or omitted - Classic |
| | 1 - More concise | | 1 - More concise |
| Line 16: |
Line 16: |
| | TRUE - Classic | | TRUE - Classic |
| | FALSE - Simplified | | FALSE - Simplified |
| − | * This function will return the result as error when the <math>n</math> value is negative. | + | * This function will return the result as error when the <math>Number</math> value is negative. |
| − | * Also there is no restriction for a <math>n </math> value. | + | * Also there is no restriction for a <math>Number </math> value. |
| | | | |
| | ==Examples== | | ==Examples== |