Heim > Artikel > Web-Frontend > Detaillierte Erläuterung der Verwendung von Math.SQRT2-Attributen in JavaScript_Grundkenntnisse
Dadurch wird die Quadratwurzel aus 2 zurückgegeben, die ungefähr 1,414 beträgt.
Grammatik
Math.SQRT2
Beispiel:
<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>
Dies führt zu folgenden Ergebnissen:
Property Value is : 1.4142135623730951