Trait float::Powf
[−]
[src]
pub trait Powf { fn powf(self, other: Self) -> Self; }
Floating number power.
pub trait Powf { fn powf(self, other: Self) -> Self; }
Floating number power.