Question
math.cos results undefined
Any ideas why here below 'what' would give 'undefined' as a
result (AS2)?
beta = 1;
what = math.cos(beta);
beta = 1;
what = math.cos(beta);
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.