Tema: 1e?
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/06/2010, 10:02
Avatar de mayid
mayid
Colaborador
 
Fecha de Ingreso: marzo-2009
Ubicación: BsAs
Mensajes: 4.014
Antigüedad: 15 años, 9 meses
Puntos: 101
1e?

Estoy estudiando un plugin que utiliza una y otra vez la expresion 1e. Significa algo para ustedes?

Cita:
if (vertDisplacements[count].length() < 1e-6)
Line 2901: if (t < 1e-6)
Line 2914: if (Math.max(Math.abs(newa), Math.abs(a)) > 1e-6)
Line 2917: if (Math.max(Math.abs(newb), Math.abs(b)) > 1e-6)
Line 2920: if (Math.max(Math.abs(newc), Math.abs(c)) > 1e-6)
Line 2923: if (Math.max(Math.abs(radius), Math.abs(l)) > 1e-6)
Line 2944: if (vertDisplacements[count].length() < 1e-6)
Line 2974: if (sum / movement.length < 1e-6) {
Line 3007: * if ( norm.length() < 1e-6 ) { new BStandardDialog( "",
Line 3098: if (orig.length() < 1e-6)
Line 3104: if (updir.length() < 1e-6)