Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.65 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.65 KB

EasyP754

image-original

Español

Qué es

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.

Por hacer

  • Zona normalizada negativa.
  • Zona desnormalizada negativa.
  • Casos especiales.

Agradecimientos

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.

English

What it is

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.

To do

  • Negative normalized area.
  • Negative denormalized area.
  • Special cases.

Acknowledgments

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.