Skip to main content

double

Function double 

Source
pub fn double(x: u64) -> u64
Expand description

2 * x via add(x, x) — keeps the implementation in pure field ops rather than relying on the storage representation.