Возможности — везде

Способности — в каждом

@      
             

Блог
Фильмы
Магазины
Знакомства
Скрипты

Была реклама,

теперь — Далай-Лама

JavaScript Калькулятор v.1 (2006-04-17\00:10)


 =   ↑  (∙) e √∙ 3√∙  Date() unix2date unixtimestamp random()

Constants

PI == π == Ratio of the circumference of a circle of its diameter, ≈ 3.141592653589793
E == exp(1) == Euler's constant and the base of natural logarithms, ≈ 2.718281828459045
LN2 == log(2) == Natural logarithm of 2, ≈ 0.6931471805599453
LN10 == log(10) == Natural logarithm of 10, ≈ 2.302585092994046
LOG2E == 1/log(2) == Base 2 logarithm of E, ≈ 1.4426950408889633
LOG10E == 1/log(10) == Base 10 logarithm of E, ≈ 0.4342944819032518
SQRT1_2 == sqrt(1/2) == 1/sqrt(2), ≈ 0.7071067811865476
SQRT2 == sqrt(2), ≈ 1.4142135623730951
PHI ≈ 1.618033988749895

Functions

abs(X) == absolute value of a X
acos(X) == arccosine (in radians) of X
asin(X) == arcsine (in radians) of X
atan(X) == arctangent (in radians) of X
atan2(X,Y) == arctangent of the quotient of its arguments
exp(X) == EX
sqrt(X) == square root of X
log(X) == natural logarithm (base E) of X
max(number1,number2) == greater of two numbers
min(number1,number2) == lesser of two numbers
pow(base,exponent) == baseexponent
floor(X) == largest integer less than or equal to X
round(X) == X rounded to the nearest integer
ceil(X) == smallest integer greater than or equal to X
sin(X) == sine of X
cos(X) == cosine of X
tan(X) == tangent of X
random() == pseudo-random number between 0 and 1


Была реклама,

теперь — Далай-Лама

Больше нету ничего, тут и сказочке — конец.