CMath C++ library. So far, we've gone over arithmetic operators for math in C++, including addition, subtraction, multiplication, divison, modulus, decrement, and increment. Outside of these operators, we can utilize the cmath library in C++ to computer more complex mathematical expressions. In this video we'll go over the most commonly used math functions for the average programmer, specifically, min, max, abs, floor, ceil, round pow, sqrt. We'll also go over some practical use cases for these functions.
Learn the random function in C++ by coding rock paper scissors:
https://youtu.be/YCd8WBeUH1E
List of math functions in the cmath library:
https://cplusplus.com/reference/cmath/
C++ Playlist:
https://www.youtube.com/playlist?list=PLnKe36F30Y4ZDNIOZ51sX25pWKQ1pkpTE
Github Repo for C++ Code:
https://github.com/ImKennyYip/cpp
Install C++ with VS Code:
https://youtu.be/DMWD7wfhgNY
Subscribe for more coding tutorials !