Real constants and functions: Difference between revisions

Content deleted Content added
Forth
JavaScript
Line 105: Line 105:
Math.ceil(x); //ceiling
Math.ceil(x); //ceiling
Math.pow(x,y); //power</java>
Math.pow(x,y); //power</java>

=={{header|JavaScript}}==
Math.E
Math.PI
Math.sqrt(x)
Math.log(x)
Math.exp(x)
Math.abs(x)
Math.floor(x)
Math.ceil(x)
Math.pow(x,y)


=={{header|MAXScript}}==
=={{header|MAXScript}}==