Struct telium::numeric::piecewise::Piecewise [] [src]

pub struct Piecewise<T> { /* fields omitted */ }

Struct represent a Piecewise function. Which is a function that is defined by different functions in subdomains.

Methods

impl<T> Piecewise<T>
[src]

Trait Implementations

impl<T: Default> Default for Piecewise<T>
[src]

Returns the "default value" for a type. Read more

impl<T: Debug> Debug for Piecewise<T>
[src]

Formats the value using the given formatter.

impl<T: Eval + Domain + Clone> Eval for Piecewise<T>
[src]

impl<T: Domain + Clone> Domain for Piecewise<T>
[src]

returns true if x in the domain of the funtions