473,387 Members | 3,033 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Is there anything wrong with std::pow?

Hi,

The output of the following program is
(-27.7128,16) (-9.09495e-12,32768)

Obviously, y*y*y is not equal to x, even the magnitude is off. I'm
wondering what is wrong here.

Thanks,
Peng

#include <complex>
#include <iostream>

int main () {
std::complex<doublex(2, 2);
std::complex<doubley = std::pow(x, 1/.3);
std::cout << y << " " << y * y * y << std::endl;
}
Sep 10 '08 #1
3 2038
On Sep 9, 8:29 pm, "Alf P. Steinbach" <al...@start.nowrote:
* Peng Yu:
Hi,
The output of the following program is
(-27.7128,16) (-9.09495e-12,32768)
Obviously, y*y*y is not equal to x, even the magnitude is off. I'm
wondering what is wrong here.
Thanks,
Peng
#include <complex>
#include <iostream>
int main () {
std::complex<doublex(2, 2);
std::complex<doubley = std::pow(x, 1/.3);
std::cout << y << " " << y * y * y << std::endl;
}

The second argument to pow.
I don't quite understand what you mean. Would you please be more
specific?

Thanks,
Peng
Sep 10 '08 #2
Peng Yu wrote:
On Sep 9, 8:29 pm, "Alf P. Steinbach" <al...@start.nowrote:
>* Peng Yu:
>>Hi,
The output of the following program is
(-27.7128,16) (-9.09495e-12,32768)
Obviously, y*y*y is not equal to x, even the magnitude is off. I'm
wondering what is wrong here.
Thanks,
Peng
#include <complex>
#include <iostream>
int main () {
std::complex<doublex(2, 2);
std::complex<doubley = std::pow(x, 1/.3);
std::cout << y << " " << y * y * y << std::endl;
}
The second argument to pow.

I don't quite understand what you mean. Would you please be more
specific?

Thanks,
Peng
1/.3 equals 3.333333, perhaps you meant 1./3.
Sep 10 '08 #3
On Sep 9, 9:35 pm, Sjouke Burry <burrynulnulf...@ppllaanneett.nnlll>
wrote:
Peng Yu wrote:
On Sep 9, 8:29 pm, "Alf P. Steinbach" <al...@start.nowrote:
* Peng Yu:
>Hi,
The output of the following program is
(-27.7128,16) (-9.09495e-12,32768)
Obviously, y*y*y is not equal to x, even the magnitude is off. I'm
wondering what is wrong here.
Thanks,
Peng
#include <complex>
#include <iostream>
int main () {
std::complex<doublex(2, 2);
std::complex<doubley = std::pow(x, 1/.3);
std::cout << y << " " << y * y * y << std::endl;
}
The second argument to pow.
I don't quite understand what you mean. Would you please be more
specific?
Thanks,
Peng

1/.3 equals 3.333333, perhaps you meant 1./3.
I'm sorry that I could pinpoint it. Thank you.

Peng
Sep 10 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

52
by: Michel Rouzic | last post by:
I obtain an unwanted behavior from the pow() function : when performing pow(2, 0.5), i obtain 1.414214 when performing pow(2, 1/2), i obtain 1.000000 when performing a=0.5; pow(2, a), i obtain...
11
by: frankie_85 | last post by:
Hi everyone, I just made a simple code which is part of my assignment but I can't figure it out what's wrong with it. (always give me error messages) What the code basically does is: a...
8
by: Chris Stankevitz | last post by:
Q1: Does c++ provide pow(int,int)? Q2: If not, why not? Thanks, Chris
5
by: aaragon | last post by:
Hi everyone, I wrote a very simple function to try to understand the casting of variables in C++. The function is function foo() { std::vector<inttest(100); randomize(test); unsigned long...
9
Ganon11
by: Ganon11 | last post by:
I was working on a program this morning that required me to use the pow function (to compute 2^i at one point, and 3^i at another). I used the following code: std::vector<int>...
19
by: Gerry Ford | last post by:
I've been pecking away at writing a program that will calculate the inner product of two double-width four-vectors. Larry thinks I'm well started with the following source to populate a vector:...
4
by: chrisstankevitz | last post by:
Any on consensus on which of these is faster? inline float Square1(float f) { return std::pow(f, 2.0f); } inline float Square2(float f) { return f*f; } Chris
18
by: Peng Yu | last post by:
Hi, I'm wondering if there is any general guideline on when to using something like std::pow(x, n) rather than x * x * x * ... * x (n x's). Thanks, Peng
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.