Trait polars::prelude::Pow[][src]

pub trait Pow {
    pub fn pow_f32(&self, _exp: f32) -> ChunkedArray<Float32Type> { ... }
pub fn pow_f64(&self, _exp: f64) -> ChunkedArray<Float64Type> { ... } }

Provided methods

pub fn pow_f32(&self, _exp: f32) -> ChunkedArray<Float32Type>[src]

pub fn pow_f64(&self, _exp: f64) -> ChunkedArray<Float64Type>[src]

Loading content...

Implementors

Loading content...