I am trying to use the RSA algorithm for learning purposes. Now I have the following issue. I stuck at the following point.
I cant find any pre d开发者_如何学Goefined function in blackberry JDE to implement Math.pow(). Can anyone please suggest how to power the values that are retrieved from the Edit text fields(Like X^Y v
I feel like I must just be unable to find it. Is there any reason that the C++ pow function does not implement the \"power\" function for anything except floats and doubles?
I read that the pow(double, double) function is defined in \"math.h\" but I can\'t find its declaration.