Maison > Article > interface Web > Explication détaillée de l'utilisation des attributs Math.SQRT2 dans les connaissances JavaScript_Basic
Cela renverra la racine carrée de 2 qui est environ 1,414.
Grammaire
Math.SQRT2
Exemple :
<html> <head> <title>JavaScript Math SQRT2 Property</title> </head> <body> <script type="text/javascript"> var property_value = Math.SQRT2 document.write("Property Value is : " + property_value); </script> </body> </html>
Cela produira les résultats suivants :
Property Value is : 1.4142135623730951