Heim > Artikel > Web-Frontend > Einführung in die Verwendung von Math.SQRT1_2-Attributen in JavaScript_Grundkenntnisse
Dies ergibt die Quadratwurzel von 1/2; entsprechend beträgt die Quadratwurzel von 2 über 1 ungefähr 0,707.
Grammatik
Math.SQRT1_2
Beispiel:
<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>
Dies führt zu folgenden Ergebnissen:
Property Value is : 0.7071067811865476