Manuals/calci/ROMAN

Revision as of 02:34, 10 January 2014 by Devika (talk | contribs)
ROMAN(n,t)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n} is the number and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle t} 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 1,000 are formed by placing a dash over the regular symbol.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ROMAN(n,t), n} is the Arabic number and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle t} is the number which is indicating the type of the roman numeral.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle t } 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 n value is negative.
  • Also there is no restriction to give a Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n } value.


Examples

  1. =ROMAN(128,0) = Cv15529VIII(CALCI)
  2. =ROMAN(600) = DC
  3. =ROMAN(758) = DCCLVIII
  4. =ROMAN(999,0) = CMXCIX
  5. =ROMAN(999,1 )= CMXCIX(CALCI)
  6. =ROMAN(999,2) = CMXCIX(CALCI)
  7. =ROMAN(999,3) = CMXCIX(CALCI)
  8. =ROMAN(999,4) = CMXCIX(CALCI)
  9. =ROMAN(999,5) = CMXCIX(CALCI)

See Also

References

) where and .

ROMAN(Number, Form)

where,

Number - are represents Arabic numeral.

Form - a number specifying the type of Roman.

Form               Type

0 or omitted     Classic


It converts an arabic numeral to roman.

If number is negative, ROMAN returns the #ERROR.


ROMAN


Lets see an example in (Column1, Row1)

?UNIQ002b45fd0bb6c63b-nowiki-00000002-QINU?

ROMAN returns MCCXXXIV.


Syntax

Remarks

Examples

Description

Column1 Column2 Column3 Column4
Row1 MCCXXXIV
Row2
Row3
Row4
Row5
Row6