IMSIN Function
The Excel IMSIN function returns the sine of a complex number. For instance, given "1+1i" as input, the function returns the complex number equal to the sine of the input.
=IMSIN("1+1i") // returns 1.29845758141598+0.634963914784736i
Given...Read more