Answers for "hyperbolic function identities"

2

sinh(x)

const sinh = (x) => (Math.exp(x) - Math.exp(-x))/2
Posted by: Guest on May-11-2020
0

hyperbolic trig identities

cosh^2(x)-sinh^2(x)=1
sinh^2(x)=cosh^2(x)-1
cosh^2(x)=1+sinh^2(x)
Posted by: Guest on April-06-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language