[][src]Function avr_libc::square

pub unsafe extern "C" fn square(__x: f64) -> f64

The function square() returns __x * __x.

\note This function does not belong to the C standard definition.