Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.21 KB

ti-modules.md

File metadata and controls

21 lines (11 loc) · 1.21 KB

TI Modules

The calculator allow coding in Micropython and includes the following Python modules provided by TI:

  • math: Math operations.

  • ti_system: Recall OS list and OS regression equation in a Python program. Create lists in a Python program and store to OS list variables. List length limit is 100 elements.

  • ti_plotlib: Run Python programs to render statistical and function plots.

  • ti_graphics Low level graphics module used by ti_plotlib

Third party modules

  • ce_turtl Turtle Graphics module for TI-84 Plus CE-T Python Edition