cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
exponents in c++
exponents in c++
Apr 18, 2010 at 11:11pm UTC
jbl09
(14)
is there any other way to solve a base and its exponent without using pow or a for loop?
Apr 19, 2010 at 12:31am UTC
helios
(17607)
Not really. Why?
Apr 19, 2010 at 1:12am UTC
moorecm
(1932)
Maybe if the base happens to be 2...but generally, no.
Topic archived. No new replies allowed.