-
* Integrated documentation comments throughout the codebase.
released this
2026-04-22 22:29:30 +00:00 | 0 commits to main since this release- Updated Scales.min to include dimensions in its calculation.
- Fixed a bug where dimensionless scales incorrectly influenced unit
conversion logic. - Implemented comparison operations for both Scalar and Vector types.
- Added dot product and cross product support for Vectors.
- Introduced absolute value, product, and power operations.
- Refactored Scalar to use Dimensions.ArgOpts and Scales.ArgOpts for
better consistency. - Enabled Scalar and Vector operations to accept comptime_float and
integer types. - Standardized dimensionless results when multiplying by raw numbers
(e.g., speed.mul(2)). - Added safety checks to prevent integer overflow.
- Renamed mulBy and divBy methods to simply mul and div.
- Expanded the library to include imperial unit scales.
Downloads