mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 20:20:20 +08:00
640f188ca2
* Update polynom_solver.cpp This pull request is in the response to Issue #19526. I have fixed the problem with the cube root calculation of 2*R. The Issue was in the usage of pow function with negative values of R, but if it is calculated for only positive values of R then changing x0 according to the parity of R, the Issue is resolved. Kindly consider it, Thanks! * add cv::cubeRoot(double) Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com> |
||
---|---|---|
.. | ||
core | ||
core.hpp |