Javascript MSC CCN INT
Our web spider found the following code snippet at etna_int-evry_fr and contains information about atan and JavaScript.
atan, asin,
atan2, abs
Computing functions: ceil, floor, round (nearest int), exp,
log, sqrt, pow(x,a) max (a,b), min (a,b) random --> 0 <
rvalue < 1
Object DateProperties :
length (initial value 7)
Must be instancied
new X = new Date() --> today
Y = new Date(args)  Year,Month,Day[,Hour,Minute,Second]
D2 = new Date(2002, 01, 06, 09, 15, 00) // 6.1.2002
9H15
Object Date (2)
Accessor: getxxx
Modifiers: setxxx with xxx = Date (1-31), Day (0-6), Hours
(0-23), Minutes (0-59) Month(0-11), Seconds (0-59), Year
(20xx), FullYear, Milliseconds, Time (ms Number since 1.1.70)
TimezoneOffset (difference in minutes with GMT)
Other methods:
Read the entire article....