cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
coding
coding
Dec 17, 2018 at 6:49am UTC
studentbunga
(3)
how to write coding with this equation?
y=x/lnx?
what step to do this equation's coding in visual studio, c++?
and how to design in it 'myform' in visual studio.
really need help because im stuck. thank you and very appreciate any help.
Last edited on
Dec 17, 2018 at 7:00am UTC
Dec 17, 2018 at 6:08pm UTC
Zivojin
(132)
http://www.cplusplus.com/reference/cmath/log/
y=x/log(x);
Topic archived. No new replies allowed.