IMCOS Function
The IMCOS
function in Google Sheets returns the cosine of a complex number.
Syntax
IMCOS(number)
number
: The complex number for which you want to compute the cosine.
Examples
- Basic Cosine Calculation
Calculate the cosine of the complex number 1+2i:
=IMCOS("1+2i")
This will output -1.266+0.634i.
Notes
- The complex number should be in text format (e.g., ā1+2iā).