Una mini web-app que muestra la representación en IEEE P754 del número introducido. El script basado en JavaScript inyecta a index.html la explicación de la representación.
- Zona normalizada negativa.
- Zona desnormalizada negativa.
- Casos especiales.
Primero quiero agradecer al Dr. Manuel Joaquín Redondo González por las horas que hemos pasado analizando y mejorando esta aplicación. Espero que estas horas den sus frutos y que los futuros estudiantes de Estructura de Computadores resuelvan el problema del examen con facilidad.
También quiero agradecer a los futuros estudiantes que mejoren esta aplicación. Gracias a ellos EasyP754 seguirá mejorando, y sin duda merecerán su reconocimiento en el proyecto. Deseo que sea un proyecto open-source con futuro.
A mini web app that shows the IEEE P754 representation of the number entered. The script based on JavaScript injects to index.html the explanation of the representation.
- Negative normalized area.
- Negative denormalized area.
- Special cases.
First I want to thank Dr. Manuel Joaquín Redondo González for all hours we've been analyzing and improving this app. I wait for these hours to pay off so that future Computer Structure students will solve the exam problem easily.
I also want to thank all future students who will improve this app. Thanks to them EasyP754 will keep improving, and they deserve recognition in the project. I hope it will be a successful open-source project.