* Fix various docs errors around std module Signed-off-by: Nick Cameron <nrc@ncameron.org> * remove KCL from lang docs titles and move settings docs Signed-off-by: Nick Cameron <nrc@ncameron.org> * Include functions declared in Rust in module docs Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
43 lines
1.4 KiB
Markdown
43 lines
1.4 KiB
Markdown
---
|
|
title: "math"
|
|
subtitle: "Module in std"
|
|
excerpt: ""
|
|
layout: manual
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Functions and constants
|
|
|
|
* [`E`](/docs/kcl-std/consts/std-math-E)
|
|
* [`PI`](/docs/kcl-std/consts/std-math-PI)
|
|
* [`TAU`](/docs/kcl-std/consts/std-math-TAU)
|
|
* [`abs`](/docs/kcl-std/functions/std-math-abs)
|
|
* [`acos`](/docs/kcl-std/functions/std-math-acos)
|
|
* [`asin`](/docs/kcl-std/functions/std-math-asin)
|
|
* [`atan`](/docs/kcl-std/functions/std-math-atan)
|
|
* [`atan2`](/docs/kcl-std/functions/std-math-atan2)
|
|
* [`ceil`](/docs/kcl-std/functions/std-math-ceil)
|
|
* [`cos`](/docs/kcl-std/functions/std-math-cos)
|
|
* [`floor`](/docs/kcl-std/functions/std-math-floor)
|
|
* [`legAngX`](/docs/kcl-std/legAngX)
|
|
* [`legAngY`](/docs/kcl-std/legAngY)
|
|
* [`legLen`](/docs/kcl-std/legLen)
|
|
* [`ln`](/docs/kcl-std/functions/std-math-ln)
|
|
* [`log`](/docs/kcl-std/functions/std-math-log)
|
|
* [`log10`](/docs/kcl-std/functions/std-math-log10)
|
|
* [`log2`](/docs/kcl-std/functions/std-math-log2)
|
|
* [`max`](/docs/kcl-std/functions/std-math-max)
|
|
* [`min`](/docs/kcl-std/functions/std-math-min)
|
|
* [`polar`](/docs/kcl-std/functions/std-math-polar)
|
|
* [`pow`](/docs/kcl-std/functions/std-math-pow)
|
|
* [`rem`](/docs/kcl-std/functions/std-math-rem)
|
|
* [`round`](/docs/kcl-std/functions/std-math-round)
|
|
* [`sin`](/docs/kcl-std/functions/std-math-sin)
|
|
* [`sqrt`](/docs/kcl-std/functions/std-math-sqrt)
|
|
* [`tan`](/docs/kcl-std/functions/std-math-tan)
|
|
|