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

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

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: