Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fernancelot/ti-calc-python-app-base-b-expansion

Base b Expansion (Conversion) PYTHON application for the TI-84 PLUS CE PYTHON edition calculator
https://github.com/fernancelot/ti-calc-python-app-base-b-expansion

micropython ti-84 ti-84-plus-ce ti-84-plus-ce-t-python ti-84-programs

Last synced: 8 days ago
JSON representation

Base b Expansion (Conversion) PYTHON application for the TI-84 PLUS CE PYTHON edition calculator

Awesome Lists containing this project

README

        

**TI-CALC-PYTHON-APP-Base-b-Expansion**
Base b Expansion (Conversion) PYTHON application for the TI-84 PLUS CE PYTHON edition calculator

• This program implements a function to convert a positive integer to a given base b.
• The function takes two arguments: the integer n and the base b.
• It calculates the base b expansion of the integer n and prints the result.
• The function checks for invalid input values and prints an error message if the input is not valid.
• The base_b_expansion function is then called with user input values to demonstrate the conversion.
• The program can be run and tested with different input values to verify the correctness of the base b expansion.