K
Kebb
Halli hallo.
Ich scheitere gerade an dem Versuch, Cosinus-Werte herauszubekommen -.-
So sollte es sein (glaub ich):
cos(0) = 1;
cos(45) = 0.5;
cos(90) = 0;
cos 135) = 0.5;
cos(180) = 1;
[...]
Doch Math.cos spuckt mir sowas hier aus:
cos(0) = 1;
cos(45) = 0.52532198881773;
cos(90) = -0.44807361612917;
cos 135) = -0.996087835141185;
cos(180) = -0.598460069057858;
[...]
Was mache ich falsch?
Danke
Ich scheitere gerade an dem Versuch, Cosinus-Werte herauszubekommen -.-
So sollte es sein (glaub ich):
cos(0) = 1;
cos(45) = 0.5;
cos(90) = 0;
cos 135) = 0.5;
cos(180) = 1;
[...]
Doch Math.cos spuckt mir sowas hier aus:
cos(0) = 1;
cos(45) = 0.52532198881773;
cos(90) = -0.44807361612917;
cos 135) = -0.996087835141185;
cos(180) = -0.598460069057858;
[...]
Was mache ich falsch?
Danke