Numerals

From UNL Wiki
(Difference between revisions)
Jump to: navigation, search
(Redirecting to Numeral)
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
To be represented as Arabic numerals, without separators. They are temporary UWs.
+
#REDIRECT [[Numeral]]
 
+
;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
+

Latest revision as of 14:40, 27 March 2010

  1. REDIRECT Numeral
Software