ConstPi

Aus JACK Wiki
Zur Navigation springen Zur Suche springen

Beschreibung

ConstPi gibt eine konstante <math>\pi</math>zurück.

Syntax

 constpi()

Return Value

Beispiele

<math>constpi()</math>    --> returns <math>\pi</math> 
<math>constpi()+a</math>    --> returns <math>3.141592653589793+a</math> 

Hinweise

  • Mit equal ("==") lässt sich das Ergebnis anschließend ebenfalls mit einem anderem Objekt vergleichen.