square

Macro square 

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

Calculate the square of a number.