C++ Math Functions in Cmath

Channel:
Subscribers:
2,700
Published on ● Video Link: https://www.youtube.com/watch?v=HVvQ7aMp_wA



Duration: 35:06
168 views
5


Today we talked about the importance of documentation (www.cppreference .com is the best web site for C++ documentation), and the benefits of knowing what has been done already. Don't write your own code to do absolute value - one exists already! Don't write your own implementation of greatest common divisor - it's in the standard! Save your time, use what has been given to you.