User Tools

Site Tools


netweaver:nodes:tanh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

netweaver:nodes:tanh [2020/10/04 16:12] – external edit 127.0.0.1netweaver:nodes:tanh [2020/10/04 18:38] (current) bjmiller
Line 1: Line 1:
 +====== Description ======
 +The tanh node returns the hyperbolic tangent of the value of its child-node.
  
 +====== Constraints ======
 +  * Minimum number of child-nodes: 1
 +  * Maximum number of child-nodes: 1
 +  * Valid input range: no constraints, but must be in radians
 +
 +====== Calculus ======
 +The tanh node returns the hyperbolic tangent of the angle (in radians) represented by its child-node's value.
 +
 +<m>value={sinh(value_1)}/{cosh(value_1)} </m>