RomanNumeral

RomanNumeral[n]

整数 n に対するローマ数字形式の文字列を与える.

詳細

  • ローマ数字は,I,V,X,L,C,D,Mを組み合せて形成される.
  • 0は,英語の「no」に当たるラテン語の「nulla」の頭文字である数字「N」で表される.
  • 負の整数 n についてのRomanNumeral[n]は,n の絶対値に当たるものを返す.
  • 4999を超える数については,結果として与えられる数列に上線指定が挿入されている.

例題

すべて開くすべて閉じる

  (2)

2023に相当するローマ数字:

整数のリストをローマ数字に変換する:

スコープ  (5)

ローマ数字は,I,V,X,L,C,D,Mを組み合せて形成される:

整数0は数字「N」で表される.ローマ数字でこの文字を含むものは他にはない:

5000以上の整数は,上置きの横棒を伴って表現される:

1000倍ごとに横棒が1つ加えられる:

正負の符号は無視される:

RomanNumeralは,整数のリストに自動的に縫い込まれる:

特性と関係  (4)

RomanNumeralは大文字の文字列を返す.小文字に変換する際はToLowerCaseを使う:

次は,4999までのローマ数字で重複する可能性のあるものとその数である:

FromRomanNumeralは,ローマ数字を十進数の整数に変換する:

RomanNumeral[n]IntegerString[n,"Roman"]に等しい:

Wolfram Research (2015), RomanNumeral, Wolfram言語関数, https://reference.wolfram.com/language/ref/RomanNumeral.html.

テキスト

Wolfram Research (2015), RomanNumeral, Wolfram言語関数, https://reference.wolfram.com/language/ref/RomanNumeral.html.

CMS

Wolfram Language. 2015. "RomanNumeral." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/RomanNumeral.html.

APA

Wolfram Language. (2015). RomanNumeral. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/RomanNumeral.html

BibTeX

@misc{reference.wolfram_2024_romannumeral, author="Wolfram Research", title="{RomanNumeral}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/RomanNumeral.html}", note=[Accessed: 17-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_romannumeral, organization={Wolfram Research}, title={RomanNumeral}, year={2015}, url={https://reference.wolfram.com/language/ref/RomanNumeral.html}, note=[Accessed: 17-November-2024 ]}