User Manual - Page 20

For N3/TBL/1L1/J.

Loading ...
Loading ...
Loading ...
16 Alphabetical Listing
bal()
Catalog >
If you omit Pmt, it defaults to
Pmt=tvmPmt
(N,I,PV,FV,PpY,CpY,PmtAt).
If you omit FV, it defaults to FV=0.
The defaults for PpY, CpY, and PmtAt
are the same as for the TVM functions.
roundValue specifies the number of
decimal places for rounding. Default=2.
bal(NPmt,amortTable) calculates the
balance after payment number NPmt,
based on amortization table amortTable.
The amortTable argument must be a
matrix in the form described under
amortTbl(), page 7.
Note: See also ΣInt() and ΣPrn(), page 186.
Base2
Catalog >
Integer1 Base2 integer
Note: You can insert this operator from the
computer keyboard by typing @>Base2.
Converts Integer1 to a binary number.
Binary or hexadecimal numbers always
have a 0b or 0h prefix, respectively. Use a
zero, not the letter O, followed by b or h.
0b binaryNumber
0h hexadecimalNumber
A binary number can have up to 64 digits. A
hexadecimal number can have up to 16.
Without a prefix, Integer1 is treated as
decimal (base10). The result is displayed in
binary, regardless of the Base mode.
Negative numbers are displayed in “two's
complement” form. For example,
1is displayed as
0hFFFFFFFFFFFFFFFFin Hex base mode
0b111...111 (641’s)in Binary base mode
2
63
is displayed as
0h8000000000000000in Hex base mode
0b100...000 (63 zeros)in Binary base mode
Loading ...
Loading ...
Loading ...