Files
modeling-app/docs/kcl/pi.md
Josh Gomez 718873b3bb updating kcl examples (#2386)
* updating kcl examples

* generate images

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* add new

Signed-off-by: Jess Frazelle <github@jessfraz.com>

---------

Signed-off-by: Jess Frazelle <github@jessfraz.com>
Co-authored-by: Jess Frazelle <jessfraz@users.noreply.github.com>
Co-authored-by: Jess Frazelle <github@jessfraz.com>
2024-05-22 09:15:38 -07:00

199 KiB
Raw Blame History

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)

Rendered example of pi 0

Arguments

Returns

number