Struct treez::autograd::OpSin[][src]

pub struct OpSin {}

y = sin(x); dy/dx = cos(x)

Trait Implementations

impl Clone for OpSin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OpSin
[src]

Formats the value using the given formatter. Read more

impl Op for OpSin
[src]

Auto Trait Implementations

impl Send for OpSin

impl Sync for OpSin