JavaScript Made Easy: Free JavaScripts Tutorials Example Code
Our web spider found the following code snippet at www_jsmadeeasy_com and contains information about abs and JavaScript.
abs((tstop-clipval[0])/step),Math.abs((rstop-clipval[1])/step)), 

Math.max(Math.abs((bstop-clipval[2])/step),Math.abs((lstop-clipval[3])/step))) 
if(!this.clipactive) 

this.clip(clipval[0],clipval[1],clipval[2],clipval[3],(tstop-clipval[0])/totants
tep, 
(rstop-clipval[1])/totantstep,(bstop-clipval[2])/totantstep, 
(lstop-clipval[3])/totantstep,totantstep,0, fn) 

function b_clip(tcurr,rcurr,bcurr,lcurr,tperstep,rperstep,bperstep,lperstep,tota
ntstep,antstep, fn){ 
tcurr=tcurr+tperstep; rcurr=rcurr+rperstep 
bcurr=bcurr+bperstep; lcurr=lcurr+lperstep 
this.clipTo(tcurr,rcurr,bcurr,lcurr) 
if(antstep<totantstep){ 
this.clipactive=true 
antstep++ 
setTimeout(this.obj+".clip("+tcurr+","+rcurr+"
Read the entire article....