unsafe-libopus 0.2.0

libopus transpiled to rust by c2rust
Documentation
1
2
3
pub fn silk_exp2(x: f32) -> f32 {
    2f64.powf(x as f64) as f32
}