☆─────────────────────────────────────☆
pstwo (孤独的星) 于 (Thu Sep 22 23:34:25 2005) 提到:
I am looking for sqrt() and exp() implementation detail in GCC.
I have searched too many files but I didn't find anything.
I know that sqrt() is built-in and exp() should be a library
function.
Where can I find them ? Please help !
☆─────────────────────────────────────☆
microbe (纵使相逢应不识) 于 (Thu Sep 22 23:53:09 2005) 提到:
You need glibc source, not gcc.