Joshua T. Price Oklahoma State University CS-3513 Numerical Methods for Digital Computers 09-12-2025
This Java GUI application demonstrates IEEE 754 floating-point arithmetic by visualizing binary representations and computational steps for basic operations. It is for practice learning about numerical errors like precision loss.
How to compile using javac from the command line
javac FPAV.java FPAV_Frame.java FPAV_Panel.java FPAV_Model.java
java FPAV
You must compiler all 4 files before running the main function of FPAV that acts as the controller by called the init of the JFrame I have created.