---
title: "SQRTPI – ถอดรากที่สองของ (n * Pi)"
url: https://www.thepexcel.com/functions/excel/math-and-trigonometry/sqrtpi/
type: function-explainer
program: Excel
syntax: =SQRTPI(number)
date: 2025-12-02
updated: 2026-05-31
scores:
  popularity: 5
  difficulty: 2
  usefulness: 6
---

# SQRTPI – ถอดรากที่สองของ (n * Pi)

> ส่งกลับค่ารากที่สองของ (ค่าที่ระบุ * Pi)

## คำอธิบาย

ส่งกลับค่ารากที่สองของ (ค่าที่ระบุ * Pi)

## Syntax

```excel
=SQRTPI(number)
```

## Arguments

| Name | Required | Type | Default | Description |
| --- | --- | --- | --- | --- |
| number | Yes | Number |  | ตัวคูณของ Pi |

## ตัวอย่าง

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

```excel
=SQRTPI(1)
```

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

รากที่สองของ Pi

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

```excel
=SQRTPI(4)
```

**ผลลัพธ์:** `3.54491`

Similar to previous example but with different input values. Formula: =SQRTPI(2) returns 3.54491.

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

```excel
=SQRTPI(2)
```

**ผลลัพธ์:** `2.50663`

Similar to previous example but with different input values. Formula: =SQRTPI(2) returns 2.50663.

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

- [PI – ค่าพาย (Pi)](https://www.thepexcel.com/functions/excel/math-and-trigonometry/pi/)
- [SQRT – ถอดรากที่สอง](https://www.thepexcel.com/functions/excel/math-and-trigonometry/sqrt/)

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

- [Official Documentation](https://support.microsoft.com/en-us/office/sqrtpi-function-1fb4e63f-9b51-46d6-ad68-b3e7a8b519b4) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-sqrtpi-function) _(guide)_

---

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