Originally posted by: 3NF
Degrees or Radians? Use the calculator on your PC
Originally posted by: newb111
x=cos^-1(.9)
or 25.8419 degrees
or .45103 radians
Originally posted by: purbeast0
Originally posted by: newb111
x=cos^-1(.9)
or 25.8419 degrees
or .45103 radians
lol ... great, how the hell do you do that in code?
Originally posted by: newb111
Originally posted by: purbeast0
Originally posted by: newb111
x=cos^-1(.9)
or 25.8419 degrees
or .45103 radians
lol ... great, how the hell do you do that in code?
that's not what you asked 🙂
What language are you coding in?
Originally posted by: purbeast0
Originally posted by: newb111
Originally posted by: purbeast0
Originally posted by: newb111
x=cos^-1(.9)
or 25.8419 degrees
or .45103 radians
lol ... great, how the hell do you do that in code?
that's not what you asked 🙂
What language are you coding in?
I'm doing it in C++. I know there is a cos function, but I don't know how the hell to make it to the ^1 then multiply it by .9
Originally posted by: tfinch2
Originally posted by: purbeast0
Originally posted by: newb111
Originally posted by: purbeast0
Originally posted by: newb111
x=cos^-1(.9)
or 25.8419 degrees
or .45103 radians
lol ... great, how the hell do you do that in code?
that's not what you asked 🙂
What language are you coding in?
I'm doing it in C++. I know there is a cos function, but I don't know how the hell to make it to the ^1 then multiply it by .9
RTFM
http://www.opengroup.org/onlinepubs/7990989799/xsh/math.h.html