User Manual

binomPdf()
Catalog >
Computes a probability for the discrete
binomial distribution with n number of trials
and probability p of success on each trial.
C
Catalog >
ceiling(Value1) value
Returns the nearest integer that is the
argument.
The argument can be a real or a complex
number.
Note: See also floor().
ceiling(List1) list
ceiling(Matrix1) matrix
Returns a list or matrix of the ceiling of
each element.
centralDiff()
Catalog >
centralDiff(Expr1,Var [=Value][,Step])
expression
centralDiff(Expr1,Var [,Step])|Var=Value
expression
centralDiff(Expr1,Var [=Value][,List])
list
centralDiff(List1,Var [=Value][,Step])
list
centralDiff(Matrix1,Var [=Value][,Step])
matrix
Returns the numerical derivative using the
central difference quotient formula.
When Value is specified, it overrides any
prior variable assignment or any current “|
substitution for the variable.
Step is the step value. If Step is omitted, it
defaults to 0.001.
Alphabetical Listing 19