* allow for setting of tolerances Signed-off-by: Jess Frazelle <github@jessfraz.com> * autocomplete fixes Signed-off-by: Jess Frazelle <github@jessfraz.com> * fix inches default Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
196 KiB
196 KiB
title, excerpt, layout
title | excerpt | layout |
---|---|---|
pi | Return the value of `pi`. Archimedes’ constant (π). | manual |
Return the value of pi
. Archimedes’ constant (π).
pi() -> number
Tags
math
Examples
const circumference = 70
const exampleSketch = startSketchOn("XZ")
|> circle([0, 0], circumference / (2 * pi()), %)
const example = extrude(5, exampleSketch)
Arguments
Returns
number