regression CodinGame: Best fit to data - Rust - Regression Analysis Linear and logarithmic regressions were derived here. Models were fitted in rust language. This article shows that sometimes it's worth improving the theoretical model before starting implementation.
rust CodinGame: Quaternion Multiplication - Rust, NodeJS - Parsing, Algebra, Mathematics In this article, we will see how to implement the multiplication of quaternions in Rust and NodeJS. You will learn about parsing and algebra.