[][src]Trait horseshoe::Diff

pub trait Diff where
    Self: FromPrimitive + Num + Copy
{ fn numder(z: Self, f: &dyn Fn(Self) -> Self) -> Self { ... } }

Provided methods

fn numder(z: Self, f: &dyn Fn(Self) -> Self) -> Self

Derivate a function at a real or complex point.

Example

Diff::numder(0.5, &my_function_name)

Loading content...

Implementations on Foreign Types

impl Diff for f32[src]

fn numder(z: Self, f: &dyn Fn(Self) -> Self) -> Self[src]

impl Diff for f64[src]

fn numder(z: Self, f: &dyn Fn(Self) -> Self) -> Self[src]

impl Diff for Complex<f32>[src]

fn numder(z: Self, f: &dyn Fn(Self) -> Self) -> Self[src]

impl Diff for Complex<f64>[src]

fn numder(z: Self, f: &dyn Fn(Self) -> Self) -> Self[src]

Loading content...

Implementors

Loading content...