inverse() ========= The hec-python-library equivalent of Jython method **inverse()**: .. include:: _not_implemented.rst The following example performs the equivalent: .. code-block:: python ts.data["value"] = 1 / ts.data["value"] .. include:: _data_warning.rst