Cached LaTeX string
The time step to be used for numerical integration. Ignored for functions with a defined analytic integral.
The implementing function
Produce HTML from the LaTeX representation. Produces a new HTML element on each reference, equivalent to:
pFun.toHtml();
Get the LaTeX representation of this function. The value is cached.
Add a piece of the function starting at t
and continuing up to the next time.
Add a series of segments, e.g. pw.at(t0, f0, t1, f1, t2, f2, ...);
alternating time and value pairs.
Add a value for t = -∞.
Return the indefinite integral of this function.
Set a name of the function
Produce HTML from the LaTeX representation. Produces a new HTML element on each call
Generated using TypeDoc
Name of this PFunction, for disambiguation and well-known functions (such as constants).