this post was submitted on 20 Aug 2026
41 points (100.0% liked)
Rust
8234 readers
99 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Oh! The algebraic methods will be nice at work.
Yeah, those look really useful for gamedev or simulations, where you need the speed and don't particularly care that it's always the same result...
Quick ! Someone should create a floating-point type where basic maths ops delegate to these new things.