refactor(poly): improved const corectness

This commit is contained in:
2025-04-21 09:22:21 -04:00
parent 1af5bd00a2
commit 09fdff27bc
2 changed files with 15 additions and 13 deletions

View File

@@ -46,7 +46,7 @@ struct solverBundle {
class PolySolver {
public: // Public methods
PolySolver(double n, double order);
PolySolver(const double n, const double order);
~PolySolver();
void solve() const;