[−][src]Function avr_libc::ldexp
pub unsafe extern "C" fn ldexp(__x: f64, __exp: i16) -> f64
The ldexp() function multiplies a floating-point number by an integral power of 2. It returns the value of \a __x times 2 raised to the power \a __exp.