November 28, 2024, 04:40:00 PM

1,531,356 Posts in 46,734 Topics by 1,523 Members
› View the most recent posts on the forum.


10,000 luts to whoever solves this

Started by Daddy, September 06, 2008, 05:58:52 PM

previous topic - next topic

0 Members and 1 Guest are viewing this topic.

Go Down

[REDACTED]

I do not have HIV/AIDS.

Det in F♯ Major

Quote from: Khadafi on February 02, 2011, 03:17:34 PM
BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW

Daddy

September 06, 2008, 06:42:28 PM #17 Last Edit: September 06, 2008, 06:46:39 PM by Khadafi
init:
deps-jar:
Compiling 1 source file to /Users/jamesvalente/Desktop/SummationApp/build/classes
compile:
run:
Answer is: -Infinity
BUILD SUCCESSFUL (total time: 0 seconds)
Code Select

package summationCalc;

/**
*
* @author jamesvalente
*/
public class Summation {

    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
double k;
double sum = 0;
double m;
double x;
for (k = 1; k < 10000; k++){
    double function = java.lang.Math.pow ( (-k*k), 3*k);
    sum =+ function;
}
System.out.printf("Answer is: %.0f", sum);

    }
}


GUYS, THE NUMBER IS SO LARGE I CAN'T COMPUTE IT WITH CODE


[REDACTED]

Quote from: Khadafi on September 06, 2008, 06:42:28 PM
init:
deps-jar:
Compiling 1 source file to /Users/jamesvalente/Desktop/SummationApp/build/classes
compile:
run:
Answer is: -Infinity
BUILD SUCCESSFUL (total time: 0 seconds)
Code Select

package summationCalc;

/**
*
* @author jamesvalente
*/
public class Summation {

    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
double k;
double sum = 0;
double m;
double x;
for (k = 1; k < 10000; k++){
    double function = java.lang.Math.pow ( (-k*k), 3*k);
    sum =+ function;
}
System.out.printf("Answer is: %f", sum);

    }
}


GUYS, THE NUMBER IS SO LARGE I CAN'T COMPUTE IT WITH CODE


that's your fault
anyway math doesn't work in such nice ways so you should do mental arithmetic to help mathematical progress in this country
I do not have HIV/AIDS.

Daddy

Quote from: Ethereal on September 06, 2008, 06:47:40 PM
that's your fault
anyway math doesn't work in such nice ways so you should do mental arithmetic to help mathematical progress in this country
but i wrote the code myself ;-;

guff

yarr
only took a very, very long amount of time for python to do it baddood;

Daddy

Guff wins because java wouldn't give me the answer.  :(

The Speaker Of Words

i tried doing it with online calculators  lolwut

Det in F♯ Major

Quote from: The Speaker Of Words on September 06, 2008, 07:41:07 PM
i tried doing it with online calculators  lolwut


i tried with my magic eight ball lolwut
Quote from: Khadafi on February 02, 2011, 03:17:34 PM
BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW BLACK AND YELLOW

Samus Aran

Quote from: Det. ;] on September 06, 2008, 07:45:16 PM
i tried with my magic eight ball lolwut


i tried it with Ask Doodthing lolwut

Nyerp


Go Up