0
Does C++ course in Solo learn have math functions?
Math functions in C++
5 Respuestas
+ 4
The course covers basic arithmetic operations, but does not touch the numerical libraries of C++ in depth. If you are looking for stuff like exponentiation or square roots, you should have a look at some reference. The following link might prove useful to you:
https://en.cppreference.com/w/cpp/numeric
Especially the <cmath> header:
https://en.cppreference.com/w/cpp/header/cmath
+ 4
Yes
+ 1
Լիլիթ yes
0
Ok. Thanks
0
Thanks