Result = ComplexSinh(x)
Returns the hyperbolic sine (sinh(x)) of complex number x.
x : Complex type (Complex)
Result : Complex type (Complex)
Dim a As Complex, b As Complex a = ComplexSet(1.5, 2.0) b = ComplexSinh(a)