C
|
|
|
|---|---|
|
Returns the number of seconds since you used startTmr to start the timer. The starttime is the value displayed by startTmr. |
y N |
|
|
|
|---|---|
|
c2cdf(lowerbound,upperbound,df) Computes the c2distribution probability between lowerbound and upperbound for the specified degrees of freedom df. |
y = |
|
|
|
|---|---|
|
c2pdf(x,df) Computes the probability density function (pdf) for the c2 distribution at a specified x value for the specified degrees of freedom df. |
y = |
|
|
|
|---|---|
|
Circle(X,Y,radius[,color#,linestyle#]) Draws a circle with center (X,Y) and radius with specified Color#: 10 - 24 or color name pasted from [vars] COLOR. linestyle#: 1-2. |
y < |
|
CLASSIC |
|
|---|---|
|
CLASSIC Displays inputs and outputs on a single line, such as 1/2+3/4. |
z |
|
|
|
|---|---|
|
Clear Entries Clears the contents of the Last Entry storage area. |
y L |
|
|
|
|---|---|
|
ClockOff Turns off the clock display in the mode screen. |
y N |
|
|
|
|---|---|
|
ClockOn Turns on the clock display in the mode screen. |
y N |
|
|
|
|---|---|
|
ClrAllLists Sets to 0 the dimension of all lists in memory. |
y L |
|
|
|
|---|---|
|
ClrDraw Clears all drawn elements from a graph or drawing. |
y < |
|
|
|
|---|---|
|
ClrHome Clears the home screen. |
† ¼ |
|
|
|
|---|---|
|
ClrListlistname1[,listname2, ...,listname n] Sets the dimension of one or more listnames to 0. |
… |
|
|
|
|---|---|
|
ClrTable Clears all values from the table. |
† ¼ |
|
|
|
|---|---|
|
conj(value) Returns the complex conjugate of a complex number or list of complex numbers. |
» |
|
|
|
|---|---|
|
CoordOff Turns off cursor coordinate value display. |
† y . |
|
|
|
|---|---|
|
CoordOn Turns on cursor coordinate value display. |
† y . |
|
|
|
|---|---|
|
cos(value) Returns cosine of a real number, expression, or list. |
™ |
|
cosL1( |
|
|---|---|
|
Returns arccosine of a real number, expression, or list. |
y @ |
|
|
|
|---|---|
|
cosh(value) Returns hyperbolic cosine of a real number, expression, or list. |
y N |
|
|
|
|---|---|
|
coshL1 (value) Returns hyperbolic arccosine of a real number, expression, or list. |
y N |
|
|
|
|---|---|
|
CubicReg [Xlistname,Ylistname,freqlist,regequ] Fits a cubic regression model to Xlistname and Ylistname with frequency freqlist, and stores the regression equation to regequ. |
… |
|
|
|
|---|---|
|
cumSum(list) Returns a list of the cumulative sums of the elements in list, starting with the first element. |
y 9 |
|
cumSum( |
|
|---|---|
|
cumSum(matrix) Returns a matrix of the cumulative sums of matrix elements. Each element in the returned matrix is a cumulative sum of a matrix column from top to bottom. |
y > |