Cela renverra le rapport entre la circonférence d'un cercle et son diamètre, environ 3,14159.
Grammaire
Math.PI
Exemple :
<html> <head> <title>JavaScript Math PI Property</title> </head> <body> <script type="text/javascript"> var property_value = Math.PI document.write("Property Value is : " + property_value); </script> </body> </html>
Cela produira les résultats suivants :
Property Value is : 3.141592653589793