Difference between revisions of "Circumference Command"

From GeoGebra Manual
Jump to: navigation, search
m
m (added examples)
Line 1: Line 1:
<noinclude>{{Manual Page|version=5.0}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|geometry}}
{{command|geometry}}
 
 
; Circumference[Polygon]: Returns the circumference of a Polygon.
 
; Circumference[Polygon]: Returns the circumference of a Polygon.
 +
:{{example|1=<div><code><nowiki>Circumference[Polygon[(1, 2), (3, 2), (4, 3)]]</nowiki></code> yields ''6.58''.</div>}}
 
; Circumference[Conic]: If the given conic is a circle or ellipse, this command returns its circumference. Otherwise the result is undefined.
 
; Circumference[Conic]: If the given conic is a circle or ellipse, this command returns its circumference. Otherwise the result is undefined.
 +
:{{example|1=<div><code><nowiki>Circumference[x^2 + 2y^2 = 1]</nowiki></code> yields ''5.4''.</div>}}

Revision as of 09:59, 17 August 2015


Circumference[Polygon]
Returns the circumference of a Polygon.
Example:
Circumference[Polygon[(1, 2), (3, 2), (4, 3)]] yields 6.58.
Circumference[Conic]
If the given conic is a circle or ellipse, this command returns its circumference. Otherwise the result is undefined.
Example:
Circumference[x^2 + 2y^2 = 1] yields 5.4.
© 2024 International GeoGebra Institute