pastas.rfunc.Hantush.get_tmax ============================= .. py:method:: pastas.rfunc.Hantush.get_tmax(p: pastas.typing.ArrayLike, cutoff: float | None = None) -> float Calculate `tmax` using either the approximation or root finding. :param p: Response function parameters. :type p: array_like :param cutoff: Fraction of the step response used to determine the response cutoff. Defaults to `self.cutoff` if `cutoff is None`. :type cutoff: float, optional :returns: Response time in days corresponding to the selected cutoff. :rtype: float .. !! processed by numpydoc !!