I am just wondering where and how functions like sine, cosine and sqrt are implemented inside cmath. I know cmath includes math.h and math.h has a bunch of stuff but where is the actual "math" behind some of these functions?
EDIT: I am more interested in whether there is tangible source code associated with math functions or are those headers the lowest I am going to go.