rust/library/core
Stuart Cook c7db84b0a3
Rollup merge of #152770 - RalfJung:carryless-mul-base, r=scottmcm
carryless_mul: mention the base

Arithmetic operations do not typically care about the base that is used to represent numbers, but this one does. Mentioning that makes it easier to understand the operation, I think.

Cc @folkertdev
2026-02-18 17:29:50 +11:00
..
src Rollup merge of #152770 - RalfJung:carryless-mul-base, r=scottmcm 2026-02-18 17:29:50 +11:00
Cargo.toml add autodiff examples 2025-11-16 23:35:37 -05:00