Numerals

From UNL Wiki
(Difference between revisions)
Jump to: navigation, search
(New page: To be represented as Arabic numerals, without separators. They are temporary UWs. ;Cardinal numerals ::1 = 1 ::one = 1 ::2 = 2 ::two = 2 ::MDCCCIX = 1819 ;Ordinal numerals :To be repres...)
 
Line 7: Line 7:
 
::two = 2
 
::two = 2
 
::MDCCCIX = 1819
 
::MDCCCIX = 1819
 +
::1000000  = 1000000
 +
::1 000 000 = 1000000
 +
::1,000,000 = 1000000
  
 
;Ordinal numerals
 
;Ordinal numerals

Revision as of 18:31, 4 December 2009

To be represented as Arabic numerals, without separators. They are temporary UWs.

Cardinal numerals
1 = 1
one = 1
2 = 2
two = 2
MDCCCIX = 1819
1000000 = 1000000
1 000 000 = 1000000
1,000,000 = 1000000
Ordinal numerals
To be represented as @ordinal
1st = 1.@ordinal
first = 1.@ordinal
Partitive numerals
To be represented as cardinal numerals
1/3 = 1/3
one third = 1/3
half = 1/2
quarter = 1/4
Multiplicative numerals
To be represented as @times
once = 1.@times
twice = 2.@times
thrice = 3.@times
four times = 4.@times
Collective numerals
To be represented as @tuple
double = 2.@tuple
triple = 3.@tuple
sextuple = 6.@tuple
Software