* Add documentation to modules, and some constants and types Signed-off-by: Nick Cameron <nrc@ncameron.org> * Improve the language reference Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
17 lines
231 B
Markdown
17 lines
231 B
Markdown
---
|
|
title: "turns::HALF_TURN"
|
|
subtitle: "Constant in std::turns"
|
|
excerpt: "A half turn, 180 degrees or π radians."
|
|
layout: manual
|
|
---
|
|
|
|
A half turn, 180 degrees or π radians.
|
|
|
|
```kcl
|
|
turns::HALF_TURN: number(deg) = 180deg
|
|
```
|
|
|
|
|
|
|
|
|