Difference between revisions of "Manuals/calci/ROMAN"

From ZCubes Wiki
Jump to navigation Jump to search
Line 20: Line 20:
  
 
==Examples==
 
==Examples==
#=ROMAN(128,0) = Cv15529VIII
+
#=ROMAN(128,0) = CXXVIII
 
#=ROMAN(600) = DC
 
#=ROMAN(600) = DC
#=ROMAN(758) = DCCLVIII
+
#=ROMAN(758) = DCCLVIII  
 
#=ROMAN(999,0) = CMXCIX
 
#=ROMAN(999,0) = CMXCIX
#=ROMAN(999,1 )= CMXCIX
+
#=ROMAN(999,1 )= LMVLIV
#=ROMAN(999,2) = CMXCIX
+
#=ROMAN(999,2) = XMIX
#=ROMAN(999,3) = CMXCIX
+
#=ROMAN(999,3) = VMIV
#=ROMAN(999,4) = CMXCIX
+
#=ROMAN(999,4) = IM
#=ROMAN(999,5) =  CMXCIX
+
#=ROMAN(999,5) =  N/A
  
 
==See Also==
 
==See Also==
  
 
==References==
 
==References==

Revision as of 01:01, 16 February 2015

ROMAN(n,t)


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

Description

  • This function used to change a Arabic Numeral form to roman form.
  • 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.
  • 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.
  t 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. =ROMAN(128,0) = CXXVIII
  2. =ROMAN(600) = DC
  3. =ROMAN(758) = DCCLVIII
  4. =ROMAN(999,0) = CMXCIX
  5. =ROMAN(999,1 )= LMVLIV
  6. =ROMAN(999,2) = XMIX
  7. =ROMAN(999,3) = VMIV
  8. =ROMAN(999,4) = IM
  9. =ROMAN(999,5) = N/A

See Also

References