Die Math.PI
Eigenschaft repräsentiert die Kleiszahl Pi, welche als Verhältnis zwischen Kreisumfang und Durchmesser definiert ist.
Property attributes of Math.PI |
|
---|---|
Writable | no |
Enumerable | no |
Configurable | no |
Beschreibung
Weil PI
eine statische Eigenschaft von Math
ist, muss immer Math.PI
genutzt werden, ohne dass ein Math
Objekt erstellt wird (Math
ist kein Konstruktor).
Beispiele
Beispiel: Math.PI
benutzen
Fie folgende Funktion gibt Pi zurück:
function getPi() { return Math.PI } getPi() // 3.141592653589793
Spezifikationen
Spezifikation | Status | Kommentar |
---|---|---|
ECMAScript 1st Edition (ECMA-262) | Standard | Initiale Definition. Implementiert in JavaScript 1.0. |
ECMAScript 5.1 (ECMA-262) Die Definition von 'Math.PI' in dieser Spezifikation. |
Standard | |
ECMAScript 2015 (6th Edition, ECMA-262) Die Definition von 'Math.PI' in dieser Spezifikation. |
Standard | |
ECMAScript 2017 Draft (ECMA-262) Die Definition von 'Math.PI' in dieser Spezifikation. |
Entwurf |
Browserkompatibilität
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | (Ja) | (Ja) | (Ja) | (Ja) | (Ja) |
Feature | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | (Ja) | (Ja) | (Ja) | (Ja) | (Ja) | (Ja) |
Siehe auch
Schlagwörter des Dokuments und Mitwirkende
Schlagwörter:
Mitwirkende an dieser Seite:
schlagi123,
KillerCodeMonkey
Zuletzt aktualisiert von:
schlagi123,