Thread: Help me!
View Single Post
Old 04-28-2003, 02:57 PM   #2 (permalink)
abc123
bloomberg
 
abc123's Avatar
 
Join Date: Jun 2002
Location: bloomberg
Posts: 263
abc123 is on a distinguished road
Send a message via AIM to abc123 Send a message via Yahoo to abc123
well that won't give you an error

it will give you x [exclusive or] y


perhaps you want x [to the power of] y

which would, simply, be:

Code:
return Math.pow(x, y);
__________________
-- bloomberg.
abc123 is offline   Reply With Quote