IMSIN

IMSIN(inumber)

Returns the sine of a complex number.

inumberThe complex number for which you want the sine.

REMARKS
* If "inumber" is not in the form x + yi or x + yj, then #NUM! is returned.
* You can use the IMCOS function to return the cosine of a complex number.
* You can use the IMSINH function to return the hyperbolic sine of a complex number.
* You can use the IMTAN function to return the tangent of a complex number.
* You can use the COMPLEX function to convert real and imaginary coefficients into a complex number.
* For the Microsoft documentation refer to support.microsoft.com
* For the Google documentation refer to support.google.com

 A
1=IMSIN("3+4i") = 3.85373803791938-27.0168132580039i
2=IMSIN("2i") = 3.62686040784702i
3=IMSIN("2") = 0.909
4=TEXT(IMSIN("2"), "0.000") = 0.909
5=IMSIN("some text") = #NUM!


© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top