Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
Math.E; //e
|
||||
Math.PI; //pi
|
||||
Math.sqrt(x); //square root--cube root also available (cbrt)
|
||||
Math.log(x); //natural logarithm--log base 10 also available (log10)
|
||||
Math.exp(x); //exponential
|
||||
Math.abs(x); //absolute value
|
||||
Math.floor(x); //floor
|
||||
Math.ceil(x); //ceiling
|
||||
Math.pow(x,y); //power
|
||||
Loading…
Add table
Add a link
Reference in a new issue