Trait reverse::Powf[][src]

pub trait Powf<T> {
    type Output;
    fn powf(&self, other: T) -> Self::Output;
}
Expand description

Trait for calculating expressions and tracking gradients for float power operations.

Associated Types

Required methods

Calculate powf for self, where other is the power to raise self to.

Implementations on Foreign Types

Implementors