[][src]Macro quantum2::square

macro_rules! square {
    ($x:expr) => { ... };
}

Square a numeric value efficiently by multiplying it with itself.