User Manual - Page 106

For N3/TBL/1L1/J.

Loading ...
Loading ...
Loading ...
102 Alphabetical Listing
nInt()
Catalog >
A warning is displayed (“Questionable
accuracy”) when it seems that the goal has
not been achieved.
Nest nInt() to do multiple numeric
integration. Integration limits can depend
on integration variables outside them.
nom()
Catalog >
nom(effectiveRate,CpY) value
Financial function that converts the annual
effective interest rate effectiveRate to a
nominal rate, given CpY as the number of
compounding periods per year.
effectiveRate must be a real number, and
CpY must be a real number > 0.
Note: See also eff(), page 44.
nor
/= keys
BooleanExpr1 nor BooleanExpr2 returns
Boolean expression
BooleanList1 nor BooleanList2 returns
Boolean list
BooleanMatrix1 nor BooleanMatrix2
returns Boolean matrix
Returns the negation of a logical or
operation on the two arguments. Returns
true, false, or a simplified form of the
equation.
For lists and matrices, returns comparisons
element by element.
Integer1 nor Integer2 integer
Compares two real integers bit-by-bit using
a nor operation. Internally, both integers
are converted to signed, 64-bit binary
numbers. When corresponding bits are
compared, the result is 1 if both bits are 1;
otherwise, the result is 0. The returned
value represents the bit results, and is
displayed according to the Base mode.
Loading ...
Loading ...
Loading ...