tag mismatch with the usage of acos and asin
#5

I was messing with your formula a little bit, and asin and acos, no matter how they're used within the formula, will cause everything to return 0.....

example:
pawn Код:
printf("%f",asin(500));
returns 0;
pawn Код:
printf("%f",asin(500)+500);
returns 0;
pawn Код:
printf("%f",500);
returns 500;

EDIT: Just realized that acos/asin can only have a number between -1 and 1, lol
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)