Closed PabloTorrecillas closed 8 years ago
Para comentar el código:
/**
@returns {Number} The adjusted value. */
function decimalAdjust(type, value, exp) { // If the exp is undefined or zero... if (typeof exp === 'undefined' || +exp === 0) { return Mathtype; }
Documentar las funciones que se han creado para el funcionamiento del prototipo.