Qalculate / libqalculate

Qalculate! library and CLI
https://qalculate.github.io/
GNU General Public License v2.0
1.9k stars 151 forks source link

[Feature request] bisection method #599

Open howaboutuser opened 11 months ago

howaboutuser commented 11 months ago

Bisection method may be useful when newtonsolve fail. newtonsolve(cbrt(x),1)

hanna-kn commented 11 months ago

I will look into it.

Note that there is also a secantsolve() function, and that in all the examples you've provided, it is better to use the solve() function or enter an equation without any function.