[][src]Function avr_libc::pow

pub unsafe extern "C" fn pow(__x: f64, __y: f64) -> f64

The function pow() returns the value of \a __x to the exponent \a __y.