在哪里可以找到 math.h 中函数的源代码?

Where can I find the source code for the functions in math.h?

我想看看数学函数是如何工作的,例如 sincostan 等...我在哪里可以找到源代码?它是在本地还是在网络上可用?

fdlibm 具有数学函数的纯 C 实现,带有解释算法的注释并为它们提供参考。 http://www.netlib.org/fdlibm/