|
|
---|---|
Syntax:
Description: Returns tangent of Example:
|
˜ 5:tan()
[Fns…] > Modul
y N
import commands can be found in |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
Module: ti_plotlib Syntax: plt.text_at(row,"text","align") Description: Display "text" in plotting area at specified "align".
Example: See sample program: DASH1. |
|
|
|
---|---|
Module: Built-in Syntax: time.function Description: Use after import time to access a function in the time module. Example: |
|
|
|
---|---|
Module: ti_plotlib Syntax: plt.title("title") Description: "title" displays centered on top line of window. "title is clipped if too long. Example: See sample program: COLORLIN. |
|
|
|
---|---|
Module: ti_hub Syntax: ti_hub.function Description: Use after import ti_hub to access a function in the ti_hub module. Example: |
|
|
|
---|---|
Module: ti_system Syntax: ti_system.function Description: Use after import ti_system to access a function in the ti_system module. Example:
|
|
|
|
---|---|
Description: Returns Example:
|
y :
y N
[Fns…] > Ops
[a A #] |
|
|
---|---|
Syntax:
Description: Returns the real value Example:
|
» Modul
y N
[Fns…] > Modul
import commands can be found in |
|
|
---|---|
Keyword Description: Use try code block to test the code block for errors. Also used with except and finally. See Python documentation for more details. |
y N |
|
|
---|---|
Module: Built-in Syntax: tuple(sequence) Description: Converts sequence into a tuple. See Python documentation for more details. Example:
|
|
|
|
---|---|
Module: Built-in Syntax: type(object) Description: Returns the type of the object. Example:
|
[Fns…]>Type>6:type() |