Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/05/2013, 11:03
Avatar de ggomez91
ggomez91
 
Fecha de Ingreso: octubre-2008
Mensajes: 181
Antigüedad: 15 años, 7 meses
Puntos: 13
Respuesta: Reducir la cantidad de dígitos mostrados en HTML usando notación científic

a = 200
a.toExponential(); //output 2e+2

tomado de: http://stackoverflow.com/questions/1...tific-notation