klyn.math.Math.tanh
method
public static tanh(value as Double) as Double:
Description
Returns the hyperbolic tangent of a value.
import klyn.math

print(Math.tanh(0.0))