Overview
>
klyn.math
>
NDArray
>
tanh
Overview
Index
Tree
Deprecated
klyn.math.NDArray.tanh
method
public tanh() as NDArray<Double>:
Description
Returns the element-wise hyperbolic tangent. The result is materialized as `NDArray<Double>`.
a = NDArray<Double>.fromList([0.0, 1.0]) print(a.tanh())