sin function equation code example Example: sinh(x) const sinh = (x) => (Math.exp(x) - Math.exp(-x))/2