A C++23 header-only mathematics library with focus on convention consistency, extensibility and readability while leaving micro-optimizations to the compiler.
It does what you'd expect from an average utility library, to get a feeling what it's like to use it, see main.cpp. For concrete examples of use within applications, see samples.
This is a development branch of expression-template based approach and is a subject to breaking changes, see truly-simple for barebones naive implementation.