---
title: TANH – หาค่า Hyperbolic Tangent
url: https://www.thepexcel.com/functions/excel/math-and-trigonometry/tanh/
type: function-explainer
program: Excel
syntax: =TANH(number)
date: 2025-12-02
updated: 2025-12-17
scores:
  popularity: 5
  difficulty: 2
  usefulness: 6
---

# TANH – หาค่า Hyperbolic Tangent

> หาค่า Hyperbolic Tangent

## คำอธิบาย

ฟังก์ชัน TANH ใน Excel ใช้สำหรับคำนวณค่า Hyperbolic Tangent ของจำนวนจริง โดยค่า Hyperbolic Tangent (tanh) คือฟังก์ชันที่เกี่ยวข้องกับฟังก์ชันตรีโกณมิติ แต่ถูกกำหนดโดยใช้ไฮเพอร์โบลา เหมาะสำหรับใช้ในการคำนวณทางคณิตศาสตร์ระดับสูง.

## Syntax

```excel
=TANH(number)
```

## Arguments

| Name | Required | Type | Default | Description |
| --- | --- | --- | --- | --- |
| number | Yes | Number |  | ค่าที่ต้องการหา |

## ตัวอย่าง

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

```excel
=TANH(1)
```

**ผลลัพธ์:** `0.7615...`

ค่า Hyperbolic Tangent ของ 1

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

```excel
=TANH(4)
```

**ผลลัพธ์:** `Check formula`

Similar to previous example but with different input values. Formula: =TANH(2) returns Check formula.

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

```excel
=TANH(2)
```

**ผลลัพธ์:** `Check formula`

Similar to previous example but with different input values. Formula: =TANH(2) returns Check formula.

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

- [ATANH – หาค่า Inverse Hyperbolic Tangent](https://www.thepexcel.com/functions/excel/math-and-trigonometry/atanh/)
- [COTH – หาค่า Hyperbolic Cotangent](https://www.thepexcel.com/functions/excel/math-and-trigonometry/coth/)

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

- [Official Documentation](https://support.microsoft.com/en-us/office/tanh-function-017222f0-a0c3-4f69-9787-b3202295dc6c) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-tanh-function) _(guide)_

---

_Source: [https://www.thepexcel.com/functions/excel/math-and-trigonometry/tanh/](https://www.thepexcel.com/functions/excel/math-and-trigonometry/tanh/)_
