Difference between revisions of "Manuals/calci/ROMANOLD"

From ZCubes Wiki
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
  
 
==Description==
 
==Description==
*This function used to change a Arabic Numeral form to roman form.  
+
*This function is used to change an 'Arabic Numeral Form' to 'Roman Numeral Form'.  
*Romans are formed by combining symbols together and adding the values.  
+
*Roman Numers 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>ROMANOLD (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.   
 
*In <math>ROMANOLD (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.   
Line 23: Line 23:
 
#ROMANOLD(1234,0) = MCCXXXIV
 
#ROMANOLD(1234,0) = MCCXXXIV
 
#ROMANOLD(45) = XLV
 
#ROMANOLD(45) = XLV
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|hg9Z_9F8yZU|280|center|ROMAN}}
  
 
==See Also==
 
==See Also==

Latest revision as of 01:22, 14 February 2019

ROMANOLD (Number,Form)


  • is the number and is the type of the roman numeral.

Description

  • This function is used to change an 'Arabic Numeral Form' to 'Roman Numeral Form'.
  • Roman Numers 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.
  • In , is the Arabic Number and is the number which is indicating the type of the Roman Numeral.
  • is varying from Classic to Simplified, becoming more concise as the value of increases.
  Form value                       Type
  0 or omitted      -          Classic
  1                 -          More concise
  2                 -          More concise
  3                 -          More concise
  4                 -          Simplified
  TRUE              -          Classic
  FALSE             -          Simplified
  • This function will return the result as error when the value is negative.
  • Also there is no restriction for a value.

Examples

  1. ROMANOLD(198,1) = CXCVIII
  2. ROMANOLD(1234,0) = MCCXXXIV
  3. ROMANOLD(45) = XLV

Related Videos

ROMAN

See Also

References