Help converting this formula into C++ format
Collapse
X
-
Expressing this formula in code requires not much more than knowledge of: basic C++ syntax, how to create a variable, and the appropriate <cmath> functions.
This information is something you can gather within the first hour of practice with C++. So I assume you will have no problem figuring it out.
Did you have a question? -
Originally posted by oler1sExpressing this formula in code requires not much more than knowledge of: basic C++ syntax, how to create a variable, and the appropriate <cmath> functions.
This information is
something you can gather within the first hour of practice with C++. So I assume you will have no problem figuring it out.
Did you have a question?
thabks for the quick reply, so basically just do the #include <cmath> function?Comment

Comment