Child pages
  • Math

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Hidden
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.
		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE


HTML Table
idclassservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Property Summary
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#E
Euler's constant and the base of natural logarithms.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#LN10
Natural logarithm of 10.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#LN2
Natural logarithm of 2.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#LOG10E
Base 10 logarithm of E.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#LOG2E
Base 2 logarithm of E.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#PI
Ratio of the circumference of a circle to its diameter.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#SQRT1_2
Square root of 1/2.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#SQRT2
Square root of 2.

id
HTML Table
classservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summary
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#abs(x)
Returns the absolute value of a number.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#acos(x)
Returns the arccosine (in radians) of a number.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#asin(x)
Returns the arcsine (in radians) of a number.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#atan(x)
Returns the arctangent (in radians) of a number.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#atan2(y, x)
Returns the arctangent of the quotient of its arguments.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#ceil(x)
Returns the smallest integer greater than or equal to a number.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#cos(x)
Returns the cosine of a number.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#exp(x)
Returns Enumber, where number is the argument, and E is Euler's constant, the base of the natural logarithms.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#floor(x)
Returns the largest integer less than or equal to a number.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#log(x)
Returns the natural logarithm (base E) of a number.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#max(value1, value2, [valueN])
Returns the greater of two (or more) numbers.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#min(value1, value2, [valueN])
Returns the lesser of two (or more) numbers.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#pow(base, exponent)
Returns base to the exponent power, that is, base exponent.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#random()
Returns a pseudo-random number between 0 and 1.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#round(x)
Returns the value of a number rounded to the nearest integer.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#sin(x)
Returns the sine of a number.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#sqrt(x)
Returns the square root of a number.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#tan(x)
Returns the tangent of a number.

...