miwafu/grammar/numbers.markdown

120 lines
2.2 KiB
Markdown
Raw Normal View History

2015-01-10 16:56:39 +00:00
---
title: Numbers
---
When spoken, numbers in Miwāfu are spelled out with a leading particle to indicate that it is a number.
Numbers
================================
Arabic | Syllable
-----: | :-------
2015-01-11 00:03:28 +00:00
0 | fu
1 | pa
2 | re
3 | chi
4 | mo
5 | ku
6 | za
7 | ge
8 | hi
9 | to
2015-01-10 16:56:39 +00:00
Numeral Particle
================================
The beginning of a number series is indicated by `we`.
we parechi
[numeral] 123
123
The end of a numerical sequence is either a pause between words or `nwe`.
we parechi nwe
[numeral] 123 [end-numeral]
123
Scales
================================
2015-01-11 00:03:28 +00:00
With large numbers, over four digits, the typical convention is to write them out with a space or letter between each group of three.
2015-01-10 16:56:39 +00:00
2015-01-11 00:03:28 +00:00
we parechi moku
[numeral] 123 45
2015-01-10 16:56:39 +00:00
2015-01-11 00:03:28 +00:00
To simplify numbers, `do` is used to indicate three zeros.
2015-01-10 16:56:39 +00:00
2015-01-11 00:03:28 +00:00
padochi
1 000 2
10,002
2015-01-10 16:56:39 +00:00
2015-01-11 00:03:28 +00:00
In addition to `do`, there are additional scale syllables used for large numbers.
2015-01-10 16:56:39 +00:00
2015-01-11 00:03:28 +00:00
Zeros | Description | Syllable
----: | :------- | :-------
1 | Ten | mya
2 | Hundred | pyu
3 | Thousand | do
6 | Million | kya
9 | Billion | jyo
12 | Trillion | shyo
2015-01-10 16:56:39 +00:00
2015-01-11 00:03:28 +00:00
Like `do`, these can easily be combined together to indicate more zeros.
2015-01-10 16:56:39 +00:00
2015-01-11 00:03:28 +00:00
pa jyo re
pa dododo re
1 000000000 2
10,000,000,002
2015-01-10 16:56:39 +00:00
These can be combined together:
pa doshyo
1 [thousand] [trillion]
1 quadrillion
1,000,000,000,000,000
2015-01-11 00:03:28 +00:00
To do numbers like the English phrase "one thousand and one", see *Mathematics* below.
2015-01-10 16:56:39 +00:00
Decimals
================================
The decimal indicator is `rya`.
paryapa
pa rya pa
1.1
Negatives
================================
If the leading `we` is suffixed by `-yo`, it indicates a negative number.
weyo pa
[numeral-negative] 1
-1
Mathematics
================================
Simple math, addition and subtraction, is done with additional suffixes. `-yo` is used for subtracting values.
we pa weyo re
[numeral] 1 [numeral-negative] 2 [end-numeral]
1 - 2
-1
For addition, `-ko` is used.
we pa weko re
[numeral] 1 [numeral-positive] 2 [end-numeral]
1 + 2
3
In a series of math, only the final needs a `nwe` if one is required.
we pa weyo re nwe
[numeral] 1 [numeral-negative] 2 [end-numeral]
1 - 2
-1