Macro quantum::square [] [src]

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

Square a numeric value efficiently by multiplying it with itself.