9 lines
105 B
JavaScript
9 lines
105 B
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)
|