# A floating point division unit based on Taylor-Series expansion   algorithm and Iterative Logarithmic Multiplier

**Authors:** Riyansh K. Karani, Akash K. Rana, Dhruv H. Reshamwala, Kishore, Saldanha

arXiv: 1705.00218 · 2017-05-02

## TL;DR

This paper introduces a new floating point division unit architecture utilizing Taylor-series expansion and an iterative logarithmic multiplier, aiming to enhance performance in applications like clustering and matrix decomposition.

## Contribution

It presents a novel division unit architecture based on Taylor-series expansion and integrates an efficient iterative logarithmic multiplier with a new powering unit design.

## Key findings

- Effective division unit architecture demonstrated
- Efficient powering unit reduces hardware overhead
- Potential for improved system performance in non-traditional applications

## Abstract

Floating point division, even though being an infrequent operation in the traditional sense, is indis- pensable when it comes to a range of non-traditional applications such as K-Means Clustering and QR Decomposition just to name a few. In such applications, hardware support for floating point division would boost the performance of the entire system. In this paper, we present a novel architecture for a floating point division unit based on the Taylor-series expansion algorithm. We show that the Iterative Logarithmic Multiplier is very well suited to be used as a part of this architecture. We propose an implementation of the powering unit that can calculate an odd power and an even power of a number simultaneously, meanwhile having little hardware overhead when compared to the Iterative Logarithmic Multiplier.

---
Source: https://tomesphere.com/paper/1705.00218