Maison > Article > interface Web > Introduction à l'utilisation des attributs Math.SQRT1_2 dans les connaissances JavaScript_Basic
Cela renvoie la racine carrée de 1/2 ; de manière équivalente, la racine carrée de 2 sur 1 est d'environ 0,707.
Grammaire
Math.SQRT1_2
Exemple :
<html> <head> <title>JavaScript Math SQRT1_2 Property</title> </head> <body> <script type="text/javascript"> var property_value = Math.SQRT1_2 document.write("Property Value is : " + property_value); </script> </body> </html>
Cela produira les résultats suivants :
Property Value is : 0.7071067811865476