Trait polars_core::chunked_array::float::Canonical

source ·
pub trait Canonical {
    // Required method
    fn canonical(self) -> Self;
}

Required Methods§

source

fn canonical(self) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Canonical for f32

source§

fn canonical(self) -> Self

source§

impl Canonical for f64

source§

fn canonical(self) -> Self

Implementors§