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

# IMCSCH – หา Csch (Complex)

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

## คำอธิบาย

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

## Syntax

```excel
=IMCSCH(inumber)
```

## Arguments

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

## ตัวอย่าง

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

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

**ผลลัพธ์:** `0.303931-0.621518i`

Csch(1+i). IMCSCH formula returns: 0.303931-0.621518i

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

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

**ผลลัพธ์:** `0.0197798-0.0308259i`

Similar to previous example but with different input values. Formula: =IMCSCH("2+i") returns 0.0197798-0.0308259i.

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

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

**ผลลัพธ์:** `0.141363-0.228375i`

Similar to previous example but with different input values. Formula: =IMCSCH("2+i") returns 0.141363-0.228375i.

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

- [COMPLEX – สร้างจำนวนเชิงซ้อน](https://www.thepexcel.com/functions/excel/engineering/complex/)
- [COS – หาค่า Cosine ของมุม](https://www.thepexcel.com/functions/excel/math-and-trigonometry/cos/)
- [CSC – หาค่า Cosecant ของมุม](https://www.thepexcel.com/functions/excel/math-and-trigonometry/csc/)
- [CSCH – หาค่า Hyperbolic Cosecant](https://www.thepexcel.com/functions/excel/math-and-trigonometry/csch/)
- [IMCSC – หา Cosec (Complex)](https://www.thepexcel.com/functions/excel/engineering/imcsc/)
- [SEC – หาค่า Secant](https://www.thepexcel.com/functions/excel/math-and-trigonometry/sec/)

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

- [Official Documentation](https://support.microsoft.com/en-us/office/imcsch-function-c0ae4f54-5f09-4fef-8da0-dc33ea2c5ca9) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-imcsch-function) _(guide)_

---

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