#[unsafe(no_mangle)]pub static PRICE_RAW_MIN: PriceRawExpand description
The minimum raw price integer value.
§Safety
This value is computed at compile time from PRICE_MIN * FIXED_SCALAR. The multiplication is guaranteed not to overflow because PRICE_MIN and FIXED_SCALAR are chosen such that their product fits within PriceRaw’s range in both high-precision (i128) and standard-precision (i64) modes.