I need to implement the C arcsinh function in a Houdini attribute VOP network.
https://reference.wolfram.com/language/ref/ArcSinh.html [reference.wolfram.com]
The Houdini Trigonometric Functions VOP node does not include arcsinh.
https://www.sidefx.com/docs/houdini/nodes/vop/trig.html [www.sidefx.com]
So I built an arcsinh function as a VOP network.
I'd like to be able to collapse this network into a single VOP node.
I realize that I can put my VOP network into a subnet, and turn that into an HDA.
But I'd like to rebuild it as an atomic VOP node with an input and an output. i.e. in VEX.
I search the web for tutorials, but couldn't find any examples.
Could someone here point me to one?
Please find attached my proof of concept hip file. Which includes examples of similar trig functions; Hyperbolic Tangent (red), Arc Tangent (blue), and my Inverse Hyperbolic Sine (arcsinh) (green).
Thanks




