• Source

    <HTML><HEAD><TITLE> Test Math</TITLE>
    </HEAD>
    <BODY>
    <Script>
    document.write("Math.E =", Math.E, "<p>");
    document.write("Math.LN2=", Math.LN2, "<p>");
    document.write("Math.LN10=", Math.LN10, "<p>");
    document.write("Math.LOG2E =", Math.LOG2E, "<p>");
    document.write("Math.LOG10E =", Math.LOG10E, "<p>");
    document.write("Math.PI =", Math.PI, "<p>");
    document.write("Math.SQRT1_2=", Math.SQRT1_2, "<p>");
    document.write("Math.SQRT2=", Math.SQRT2, "<p>");
    </Script>
    </BODY>
    </HTML>