Imsinh
Contents
Description
Minimum Origin Version Required: 2019 SR0
Take a complex number and return its hyperbolic sine.
Syntax
complex Imsinh(complex c)
Parameters
c
- The complex number in the text format of x+yi.
Return
Return the hyperbolic sine of a given complex.
Example
Imsinh(1+2i) = ; // returns -0.48905625904129+1.403119250622i