Pi.md - hugo - [fork] hugo port for 9front
(HTM) git clone https://git.drkhsh.at/hugo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
Pi.md (287B)
---
1 ---
2 title: math.Pi
3 description: Returns the mathematical constant pi.
4 categories: []
5 keywords: []
6 params:
7 functions_and_methods:
8 aliases: []
9 returnType: float64
10 signatures: [math.Pi]
11 ---
12
13 {{< new-in 0.130.0 />}}
14
15 ```go-html-template
16 {{ math.Pi }} → 3.141592653589793
17 ```