Where is gnu lib math (libm) source code

gnu, libm

Solution

It is contained in the C standard lib: Glibc

Problem

I want to download and compile the source code for libm (GNU's may library). Can someone point me to the correct location / repository?

Original source