Javascript Mathematical Constants


<html><head></head><body> <script>
document.write("Math.PI: ",Math.PI,"<br>");
document.write("Math.E: ",Math.E,"<br>");
document.write("Math.LN2: ",Math.LN2,"<br>");
document.write("Math.LN10: ",Math.LN10,"<br>");
document.write("Math.SQRT2: ",Math.SQRT2,"<br>");
document.write("Math.SQRT1_2: ",Math.SQRT1_2,"<br>");
document.write("Math.LOG2E: ",Math.LOG2E,"<br>");
document.write("Math.LOG10E: ",Math.LOG10E,"<br>");
</script></body></html>




Δεν υπάρχουν σχόλια:

Δημοσίευση σχολίου