User Manual - Page 22

For N3/TBL/1L1/J.

Loading ...
Loading ...
Loading ...
18 Alphabetical Listing
Base16
Catalog >
Converts Integer1 to a hexadecimal
number. Binary or hexadecimal numbers
always have a 0b or 0h prefix, respectively.
0b binaryNumber
0h hexadecimalNumber
Zero, not the letter O, followed by b or h.
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
hexadecimal, regardless of the Base mode.
If you enter a decimal integer that is too
large for a signed, 64-bit binary form, a
symmetric modulo operation is used to
bring the value into the appropriate range.
For more information, see Base2, page
16.
binomCdf()
Catalog >
binomCdf(n,p) list
binomCdf(n,p,lowBound,upBound)
number if lowBound and upBound are
numbers, list if lowBound and upBound are
lists
binomCdf(n,p,upBound)for P(0XupBound)
number if upBound is a number, list if
upBound is a list
Computes a cumulative probability for the
discrete binomial distribution with n number
of trials and probability p of success on each
trial.
For P(X upBound), set lowBound=0
binomPdf()
Catalog >
binomPdf(n,p) list
binomPdf(n,p,XVal) number if XVal is a
number, list if XVal is a list
Loading ...
Loading ...
Loading ...