Avatar of Legend

Status

User has no status, yet

Bio

User has no bio, yet

Most Recent Posts

<Snipped quote by Legend>

How far back am I comparing today to?


Before you came here.
<Snipped quote by Legend>

Oh, one over the power makes so much sense. Duh. Kill me now.


Actually, wait! Not only did the Guild's default formatting totally ruin my beautifully formatted code, but there needs to be a negative on the second last line.

else //Negative powers
return 1 / (powerUp(num, -1 * power - 1) * num);
<Snipped quote by Legend>

You'd think it the opposite, with how we've expanded.


How much bigger is it?
<Snipped quote by Legend>

We're not doing as much to help as we could. I wouldn't call it the greatest thing ever.


It's decreased? That's sad.
@Legend

How should I go about recursively writing a method that raises x to a power of n and works for both +n and -n? Powers are easy enough but I don't see the logic behind getting it to work for both


Not sure why anyone wouldn't use the built in x^5, but you could do something like

public int powerUp(int num, int power)
{
if(power == 0) //Stop condition
return 1;
else if (power > 0) //Positive powers
return powerUp(num, power - 1) * num;
else //Negative powers
return 1 / powerUp(num, power + 1) * num;
}
<Snipped quote by Legend>

We don't get many results when we hide ourselves away like this. Every past base was more public, and fed to the group's goals more often. People used to know who we were, and then we fell off the face of the world. We're not the top dogs like we used to be.


Is that bad?
<Snipped quote by Legend>

It... it's not? Run the program that's on the phone on the computer or vice versa while it's connected. The limitation isn't physical.


RAM is only useful because of its speed. Ram only has speed because it's physically connected to the CPU in close proximity. It's worthless to try to extend RAM because all the interfaces and distance between the two devices will only slow it down. At that point, you might as well just have an external SSD.
<Snipped quote by Legend>

It's not just that, it's the isolation.


What do you mean?
<Snipped quote by Legend>

That's dumb. My phone can't run this shit very well and a new phone isn't going to work.


It's not dumb. It's a physical limitation.
<Snipped quote by Legend>

For the purposes the collective uses it for, so more of the former.


They could use other rooms.
© 2007-2026
BBCode Cheatsheet