Are there any definitions of functions like sqrt(), sin(), cos(), tan(), log(), exp() (these fr
sqrt()
sin()
cos()
tan()
log()
exp()
Those are almost always implemented as system calls. If you want to look at the sources, you'd need access to the OS sources, which means you need to look at an open-source OS like Linux or BSD.