Trait erydanos::CubeRoot

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

Required Methods§

source

fn ecbrt(self) -> Self

Computes cube root

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl CubeRoot for f32

source§

fn ecbrt(self) -> Self

source§

impl CubeRoot for f64

source§

fn ecbrt(self) -> Self

Implementors§