Hi Pit!
Ich habe leider auch Null Ahnung was 10. ** bedeutet.
x**y heißt "x hoch y" (in manchen Programmiersprachen auch x^y)
Versuch es mal so:
$b *= pow(10,$st);
VG Simon
Hi Pit!
Ich habe leider auch Null Ahnung was 10. ** bedeutet.
x**y heißt "x hoch y" (in manchen Programmiersprachen auch x^y)
Versuch es mal so:
$b *= pow(10,$st);
VG Simon