Real constants and functions: Difference between revisions

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