Wer hat mehr Rechenpower
-
Google oder CIA oder sonst wer?
~PS: ("Ich" ist die falsche Antwort
)~
-
shegotsauer schrieb:
Google oder CIA oder sonst wer?
~PS: ("Ich" ist die falsche Antwort
)~
Rein Hardwaremäßig oder auch Softwaretechnisch?
-
Was soll softwaretechnische Rechenpower sein?
-
hmpf
-
ScottZhang schrieb:
double sqrt (double x_square) { double sol_guess do { sol_guess = rand(); } while ( sol_guess*sol_guess != x_square ); return sol_guess; }