gregstoll.com
Open in
urlscan Pro
45.19.53.173
Public Scan
URL:
https://gregstoll.com/~gregstoll/floattohex/
Submission: On August 09 via manual from US — Scanned from DE
Submission: On August 09 via manual from US — Scanned from DE
Form analysis
2 forms found in the DOM<form>
<p><label>Hex value: <input type="text" value=""></label><input type="button" value="Convert to float"></p>
<div style="display: none;"></div>
<p><label>Float value: <input type="text" value=""></label><input type="button" value="Convert to hex"></p>
</form>
<form style="margin-top: 50px;">
<p><label>Hex value: <input type="text" value=""></label><input type="button" value="Convert to double"></p>
<div style="display: none;"></div>
<p><label>Double value: <input type="text" value=""></label><input type="button" value="Convert to hex"></p>
</form>
Text Content
gregstoll.com * Home * Writing * Mobile apps * Blog * Pictures * Resume FLOATING POINT TO HEX CONVERTER Show details Swap to use big-endian Uppercase letters in hex Hex value: Float value: Hex value: Double value: Check out the new Windows and Windows Phone apps! Here are the Python files that are needed to make your own: * floattohexmodule.c - the C file that compiles into a Python module * setup.py - the Python file used to build the Python module. * floattohex.cgi And here are the React source files: * App.tsx (main file) * index.tsx * style.css ABOUT THIS PROJECT Just a handy way to convert and visualize floating-point numbers! Information about the IEEE 754 floating-point standard from Wikipedia