pytvx.TvfMul

class pytvx.TvfMul(lhs: Union[float, Tvf, PyTvf], rhs: Union[float, Tvf, PyTvf])[source]

Bases: pytvx.TvfOp

A PyTvf that implements the * operator applied to two PyTvf objects.

Methods

indent_repr

__call__(t: float) float[source]

Compute the floating point value of this object at a given time.

Parameters

t – The time at which to evaluate.

Returns

The value at time t.

Return type

float