---
title: IMCOS – หา Cos (Complex)
url: https://www.thepexcel.com/functions/excel/engineering/imcos/
type: function-explainer
program: Excel
syntax: =IMCOS(inumber)
date: 2025-12-02
updated: 2026-05-31
scores:
  popularity: 3
  difficulty: 5
  usefulness: 4
---

# IMCOS – หา Cos (Complex)

> หาค่า Cosine ของจำนวนเชิงซ้อน

## คำอธิบาย

หาค่า Cosine ของจำนวนเชิงซ้อน

## Syntax

```excel
=IMCOS(inumber)
```

## Arguments

| Name | Required | Type | Default | Description |
| --- | --- | --- | --- | --- |
| inumber | Yes | Text |  | จำนวนเชิงซ้อน |

## ตัวอย่าง

### 1. ตัวอย่าง

```excel
=IMCOS("1+i")
```

**ผลลัพธ์:** `0.83373-0.988898i`

Cos(1+i). IMCOS formula returns: "0.83-0.98i"

### 2. ตัวอย่าง (with different value)

```excel
=IMCOS("4+i")
```

**ผลลัพธ์:** `-1.00862+0.889395i`

Similar to previous example but with different input values. Formula: =IMCOS("2+i") returns -1.00862+0.889395i.

### 3. ตัวอย่าง (with variation 2)

```excel
=IMCOS("2+i")
```

**ผลลัพธ์:** `-0.642148-1.06861i`

Similar to previous example but with different input values. Formula: =IMCOS("2+i") returns -0.642148-1.06861i.

## ฟังก์ชันที่เกี่ยวข้อง

- [COS – หาค่า Cosine ของมุม](https://www.thepexcel.com/functions/excel/math-and-trigonometry/cos/)
- [SIN – หาค่า Sine](https://www.thepexcel.com/functions/excel/math-and-trigonometry/sin/)

## แหล่งข้อมูลเพิ่มเติม

- [Official Documentation](https://support.microsoft.com/en-us/office/imcos-function-dad75277-f592-4a6b-ad6c-be93a808a53c) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-imcos-function) _(guide)_

---

_Source: [https://www.thepexcel.com/functions/excel/engineering/imcos/](https://www.thepexcel.com/functions/excel/engineering/imcos/)_
