Engineer Improves Math Performance in GLibC

Red Hat engineer Siddhesh Pyarekar takes a look at the mathematical functions in GLibC and makes some improvements. Mathematical function implementations usually have to trade off between speed of computation and the accuracy of the result. This is especially true for transcendentals (i.e. the exponential and trigonometric functions), where results...