Multiplies two u128s and returnsDocumentation Index
Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
Use this file to discover all available pages before exploring further.
(high, low) - the 128-bit parts of the result.
Multiplies two u128s and returnsDocumentation Index
Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
Use this file to discover all available pages before exploring further.
(high, low) - the 128-bit parts of the result.
pub fn u128_wide_mul(a: u128, b: u128) -> (u128, u128)
Was this page helpful?