Real constants and functions: Difference between revisions

Content added Content deleted
Line 245: Line 245:


=={{header|JavaScript}}==
=={{header|JavaScript}}==
Math.E
<lang javascript> Math.E
Math.PI
Math.PI
Math.sqrt(x)
Math.sqrt(x)
Line 253: Line 253:
Math.floor(x)
Math.floor(x)
Math.ceil(x)
Math.ceil(x)
Math.pow(x,y)
Math.pow(x,y)</lang>


=={{header|Logo}}==
=={{header|Logo}}==