* 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
283 B
Markdown
17 lines
283 B
Markdown
---
|
|
title: "turns::THREE_QUARTER_TURN"
|
|
subtitle: "Constant in std::turns"
|
|
excerpt: "Three quarters of a turn, 270 degrees or 1.5*π radians."
|
|
layout: manual
|
|
---
|
|
|
|
Three quarters of a turn, 270 degrees or 1.5*π radians.
|
|
|
|
```kcl
|
|
turns::THREE_QUARTER_TURN: number(deg) = 270deg
|
|
```
|
|
|
|
|
|
|
|
|