Exercise
Get the list of modules included in the Math library, libm.a:
ar -t /usr/lib/x86_64-linux-gnu/libm.a
Btw, file /usr/lib/x86_64-linux-gnu/libm.a is a part of package libc6-dev.
If the file is missing on your computer, install package libc6-dev by using command apt-get install libc6-dev.