Instead of many generic f64 getting passed around, it might be an idea to make more specific types.
Edit jan 13. 2026: This is surprisingly annoying to do. Ideally want a solution that supports both compile-time type checking, and support for consts.
Instead of many generic
f64getting passed around, it might be an idea to make more specific types.Edit jan 13. 2026: This is surprisingly annoying to do. Ideally want a solution that supports both compile-time type checking, and support for consts.