aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/src/e_log2f.c
Commit message (Expand)AuthorAgeFilesLines
* Various changes to improve the accuracy and speed of log{2,10}{,f}.David Schultz2011-10-151-6/+29
* Style fixes and updates to comments.David Schultz2011-10-151-8/+8
* Another minor nit: Make sure the constant here is a float so the compilerDavid Schultz2010-12-071-1/+1
* Fix various nits in style and comments that were pointed out by bde.David Schultz2010-12-071-2/+6
* Add log2() and log2f().David Schultz2010-12-051-0/+54