Top "Roman-numerals" questions

The Roman numeral system is an ancient way of representing numbers.

Converting Integers to Roman Numerals - Java

This is a homework assignment I am having trouble with. I need to make an integer to Roman Numeral converter …

java methods roman-numerals
Convert a number into a Roman Numeral in javaScript

How can I convert integers into roman numerals? function romanNumeralGenerator (int) { } For example, see the following sample inputs and outputs: 1 = "…

javascript roman-numerals
How can you customize the numbers in an ordered list?

How can I left-align the numbers in an ordered list? 1. an item // skip some items for brevity 9. another item 10. notice …

html css html-lists roman-numerals
How do you match only valid roman numerals with a regular expression?

Thinking about my other problem, i decided I can't even create a regular expression that will match roman numerals (let …

regex roman-numerals
Converting integers to roman numerals

I'm trying to write a function that converts numbers to roman numerals. This is my code so far; however, it …

c# c#-3.0 roman-numerals
Numbers to Roman Numbers with php

I need to transform ordinary numbers to Roman numerals with php and I have this code: <?php function roman2…

php arrays numbers roman-numerals
How to convert integer value to Roman numeral string?

How can I convert an integer to its String representation in Roman numerals in C ?

c roman-numerals
Roman numerals to integers

I have a transfer with products that unfortunately has to get matched by product name. The biggest issue here is …

c# roman-numerals
How to convert a Roman numeral to integer in PHP?

Using PHP, I'd like to convert a string containing a Roman number into its integer representation. I need this because …

php integer roman-numerals
"Missing number, treated as zero." in LaTex

I want to get the Roman number of 2. So I use $\Roman{2}$ inside text. But then I got an error …

latex roman-numerals