Tuples

This is a very short post on something I found while working on a generic Radix Sort.

Read More

About float and double.

For this first post, I planned to present several square root approximations, but since I manipulate the bits of the float representation, I need to first write about float/double in C++.

Read More