I'm just wondering where and how functions like sine, cosine and sqrt are implemented inside cmath. I know that cmath includes math.h and math.h there are tons of things, but where is the actual “math” behind some of these functions?
EDIT: I'm more interested in whether there is tangible source code related to math functions, or whether these headers are the lowest that I'm going to leave.
source
share