2Fermer4
squalylLe 13/10/2009 à 16:19

function abs(x) {
x = x * x
return sqrt(x)
}