daft.functions.tanh#
tanh #
tanh(expr: Expression) -> Expression
The elementwise hyperbolic tangent of a numeric expression.
Source code in daft/functions/numeric.py
115 116 117 | |
tanh #tanh(expr: Expression) -> Expression
The elementwise hyperbolic tangent of a numeric expression.
daft/functions/numeric.py115 116 117 | |