Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify vector operations in natural_cubic.rs
Changed the way vectors are handled in the natural_cubic.rs file resulting in more readable and efficient code. The new implementation reduces the use of separate operations and duplicates, and avoids the unnecessary creation of new containers for the intermediate results.
- Loading branch information