pytvx.TvfPow
- class pytvx.TvfPow(base: Union[float, Tvf, PyTvf], exp: Union[float, Tvf, PyTvf], modulo: None)[source]
Bases:
pytvx.PyTvfA
PyTvfthat implements thepowfunction applied to twoPyTvfobjects.The value at a given time is the same as the result of the standard
powfunction on the values ofbaseandexpat that time.- Parameters
base – The base.
exp – The exponent.
modulo – The modulus.
Methods
indent_repr