https://github.com/t8/python-piece-wise-function-evaluator
Evaluates a piece-wise function based on a user-inputted x-value
https://github.com/t8/python-piece-wise-function-evaluator
calculator piecewise python
Last synced: 10 months ago
JSON representation
Evaluates a piece-wise function based on a user-inputted x-value
- Host: GitHub
- URL: https://github.com/t8/python-piece-wise-function-evaluator
- Owner: t8
- Created: 2018-09-09T21:04:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-11T23:07:34.000Z (over 7 years ago)
- Last Synced: 2025-01-13T17:34:18.304Z (12 months ago)
- Topics: calculator, piecewise, python
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Piecewise Function
> (x - 1)^2 if x < 1
> 2x + 5 if 1 <= x < 4
> sqrt(x - 3) if 4 <= x < 100
### Features
- Evaluates a piece-wise function based on a user-inputted x-value
- Runs in terminal
- Automatically determines interval
### Requirements
- Have Python installed (duh)
- Have pip installed (For fancy text and border boxes in commandline)
© Tate Berenbaum
so no, you cant steal this for your school assignment :smile: