Function i256_div
pub fn i256_div(first: Uint<256, 4>, second: Uint<256, 4>) -> Uint<256, 4>Available on crate feature
evm only.Expand description
Performs signed division of two 256-bit integers.
pub fn i256_div(first: Uint<256, 4>, second: Uint<256, 4>) -> Uint<256, 4>evm only.Performs signed division of two 256-bit integers.