scipp.tanh# scipp.tanh(x, *, out=None)# Element-wise hyperbolic tangent. The input unit must be dimensionless. Parameters: x (scipp.typing.VariableLike) – Input data. out (Optional[TypeVar(VariableLikeType, Variable, DataArray, Dataset, DataGroup[Any])], default: None) – Optional output buffer. Returns: Same type as input – The hyperbolic tangent values of the input.