pub struct Functions<'a> { /* private fields */ }
Expand description

A list of definitions of functions to pass into the interpreter to solve for the variables.

Implementations

Create a new list of functions

register a function

check if a function exists

Trait Implementations

create a new list of functions with the default functions: log, sqrt, sin, cos, tan

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.