This document presents a comparative study of implementing single precision floating point division using different computational algorithms on FPGAs. It describes two commonly used division algorithms: Goldschmidt and Newton-Raphson. The Goldschmidt algorithm continually multiplies the numerator and denominator by a common factor to converge the denominator to 1. The Newton-Raphson algorithm calculates the multiplicative inverse of the denominator through iterative processing. A 32-bit floating point divider is designed using a 32-bit floating point multiplier module based on 24-bit Vedic multiplication and a 32-bit floating point subtractor module. Synthesis results on a Xilinx Spartan 6 FPGA show the resource utilization and propagation delay for the proposed design, which is