Menu Share

Math

Math icon

Double Linked List with a Single Link Field

by | Published on

In this article I will show you how to make a linked list using a simple mathematical hack. This will produce a more memory efficient list.
Read More

Math icon

Fast Square Root – Quake III

by | Published on

The square root is usually a very slow operation. Learn how to write a fast square root function based on the engine used for Quake III.
Read More