Trait float::Powf[][src]

pub trait Powf {
    fn powf(self, other: Self) -> Self;
}
Expand description

Floating number power.

Required methods

Returns floating power of the number.

Implementations on Foreign Types

Implementors