pow

Function pow 

Source
pub fn pow(x: f32, y: f32) -> f32
Expand description

Power. Transpiles to: powf(x, y)