|
|
---|---|
Module: math Syntax:
Description: Returns the smallest integer greater than or equal to Example:
|
» Modul 1:math... Math
y N
[Fns...] Modul 1:math...Math
import commands can be found in |
|
|
---|---|
Module: random Syntax: Description: Returns a random element from a non-empty sequence. Example:
|
» Modul
y N
import commands can be found in |
|
|
---|---|
Module: Built-in Syntax: chr(integer) Description: Returns a string from an integer input representing the unicode character. See Python documentation for more details. Example:
|
|
|
|
---|---|
Keyword Description: Use class to create a class. See Python documentation for more details. |
y N |
|
|
---|---|
Module: ti_plotlib Syntax: plt.cls() clear screen Description: Clears Shell screen for the plotting. Shortcut keys are not in display when plotting. Note:
Example: See sample program: GRAPH. |
|
|
|
---|---|
Module: ti_plotlib Syntax: plt.color(r,g,b) 0-255 Description: Sets the color for all following graphics/plotting. (r,g,b) values must be specified 0-255. Color specified is used in plot display until Default color is black upon importing Example: See sample program: COLORLIN. |
|
|
|
---|---|
Module: Built-in Syntax: complex(real,imag) Description: Complex number type. Example:
Note:
|
|
|
|
---|---|
Keyword Description: Use continue in a for or while loop to end the current iteration. See Python documentation for more details. |
y N
|
|
|
---|---|
Module: math Syntax:
Description: Returns Example:
Alternate Example:
Note: Python displays scientific notation using e or E. Some math results in Python will be different than in the CE OS. |
˜ Trig
y N
|
|
|
---|---|
Module: Built-in Syntax:
Description: Example:
|
y N |