User Tools

Site Tools


netweaver:nodes:cosh

Differences

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

Link to this comparison view

netweaver:nodes:cosh [2020/10/04 16:11] – external edit 127.0.0.1netweaver:nodes:cosh [2020/10/04 18:24] (current) bjmiller
Line 1: Line 1:
 +====== Description ======
 +The cosh node returns the hyperbolic cosine 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 cosh node returns the hyperbolic cosine of the angle (in radians) represented by its child-node's value.
 +
 +value = e<sup>x</sup> + e<sup>-x</sup>, where x = value<sub>1</sub>