17

I want to download and compile the source code for libm (GNU's may library).

Can someone point me to the correct location / repository?

user1205476
  • 391
  • 1
  • 3
  • 12

1 Answers1

12

It is contained in the C standard lib: Glibc

xojoc
  • 171
  • 1
  • 4
  • Just as a reference because one might land here when searching for it... the libm often used in embedded systems is part of newlib: https://sourceware.org/git/?p=newlib-cygwin.git;a=tree;f=newlib/libm – stefanct Jun 03 '22 at 11:47