Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fernancelot/ti-calc-python-app-base-b-expansion
- Owner: Fernancelot
- Created: 2024-07-27T04:13:58.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T04:17:19.000Z (4 months ago)
- Last Synced: 2024-11-06T13:09:00.438Z (8 days ago)
- Topics: micropython, ti-84, ti-84-plus-ce, ti-84-plus-ce-t-python, ti-84-programs
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.