User Manual - Page 107

For N3/TBL/1L1/J.

Loading ...
Loading ...
Loading ...
nor
/= keys
You can enter the integers in any number
base. For a binary or hexadecimal entry, you
must use the 0b or 0h prefix, respectively.
Without a prefix, integers are treated as
decimal (base10).
norm()
Catalog >
norm(Matrix) expression
norm(Vector) expression
Returns the Frobenius norm.
normCdf()
Catalog >
normCdf(lowBound,upBound[,μ[,σ]])
number if lowBound and upBound are
numbers, list if lowBound and upBound are
lists
Computes the normal distribution probability
between lowBound and upBound for the
specified μ (default=0) and σ (default=1).
For P(X upBound), set lowBound = 9E999.
normPdf()
Catalog >
normPdf(XVal[,μ[,σ]]) number if XVal is
a number, list if XVal is a list
Computes the probability density function
for the normal distribution at a specified
XVal value for the specified μ and σ.
not
Catalog >
not BooleanExpr Boolean expression
Returns true, false, or a simplified form of
the argument.
not Integer1 integer
In Hex base mode:
Alphabetical Listing 103
Loading ...
Loading ...
Loading ...