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

# IMCOSH – หา Cosh (Complex)

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

## คำอธิบาย

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

## Syntax

```excel
=IMCOSH(inumber)
```

## Arguments

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

## ตัวอย่าง

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

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

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

Cosh(1+i). IMCOSH formula returns: 0.83373+0.988898i

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

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

**ผลลัพธ์:** `14.7547+22.9637i`

Similar to previous example but with different input values. Formula: =IMCOSH("2+i") returns 14.7547+22.9637i.

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

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

**ผลลัพธ์:** `2.03272+3.0519i`

Similar to previous example but with different input values. Formula: =IMCOSH("2+i") returns 2.03272+3.0519i.

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

- [COMPLEX – สร้างจำนวนเชิงซ้อน](https://www.thepexcel.com/functions/excel/engineering/complex/)
- [COS – หาค่า Cosine ของมุม](https://www.thepexcel.com/functions/excel/math-and-trigonometry/cos/)
- [COSH – หาค่า Hyperbolic Cosine](https://www.thepexcel.com/functions/excel/math-and-trigonometry/cosh/)
- [IMCOS – หา Cos (Complex)](https://www.thepexcel.com/functions/excel/engineering/imcos/)
- [SIN – หาค่า Sine](https://www.thepexcel.com/functions/excel/math-and-trigonometry/sin/)

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

- [Official Documentation](https://support.microsoft.com/en-us/office/imcosh-function-053e4ddb-4122-458b-be9a-457c405e90ff) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-imcosh-function) _(guide)_

---

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