|
Contents | Previous | Next | Subchapters |
1234
O-Matrix will respond
1234
5.25
will result in
5.25
An exponent is an integer that may be preceded by
a plus or minus sign.
A mantissa is an integer or real number.
For example, in the expression
-2
5.25 x 10
5.25 is the mantissa and -2 is the exponent. Entering
5.25e-2
O-Matrix will respond
0.0525
If you enter
5.25d-2
O-Matrix will respond
0.0525
For example,
to express the number 1,
which is equal to
0
1 x 10
as a complex number, enter
1r0
to which O-Matrix will respond
(1,0)
To express 20 i, which is equal to
1
2 i x 10
enter
2i1
to which O-Matrix will respond
(0,20)
"Hello World"
O-Matrix will respond
Hello World
print true, false
O-Matrix will respond
T F