...

/

Functions Inherited from C

Functions Inherited from C

As C++ evolved from C, many of the functions have been passed down to the new language. We'll discuss them in this lesson.

C++ inherited many numeric functions from C. They need the header < cmath >. The table below shows the names of these functions:

pow sin tanh asinh fabs
...