| File | Date | Author | Commit |
|---|---|---|---|
| LICENSE | 2023-08-06 |
|
[05e77b] Initial commit |
| README | 2023-08-06 |
|
[05e77b] Initial commit |
| example.txt | 2023-08-06 |
|
[05e77b] Initial commit |
| go.mod | 2023-08-06 |
|
[05e77b] Initial commit |
| go_brut_x.tmpl | 2023-08-06 |
|
[05e77b] Initial commit |
| install.sh | 2023-08-06 |
|
[05e77b] Initial commit |
| main.go | 2023-08-06 |
|
[05e77b] Initial commit |
This program find roots in equation front brute all X'es in diapason of numbers. For run installed "gcc" compiler was needed. Copy ./go_brut_x to /usr/bin and enjoy ! and use $ go_brut_x --diap_low=-1000 --diap_high=1000 --step=0.001 (default velue of low, high, and step) Enter your equation in C notation (include C math function "pow" etc) and enjoy again ! Equation must be equal zero. (Enter without "=") example: pow(x,2) - 64 6 * (x - 5) - 24 Oleg. puchininolegigorevich@gmail.com P.S. I really need donations.