Are there any definitions of functions like sqrt(), sin(), cos(), tan(), log(), exp() (these fr
sqrt()
sin()
cos()
tan()
log()
exp()
Definitely take a look at the fdlibm sources. They're nice because the fdlibm library is self-contained, each function is well-documented with detailed explanations of the mathematics involved, and the code is immensely clear to read.