Hi,
I have a problem with an Dynamic component,
I have to calculate an degree with the trig function tan^-1 function.
If I would calculate it by hand it would be like this:
degree = tan^-1(opposite/adjacent)
how can I tap this into the dynamic attribute dialog box. At function, I just can find tan(num), atan(num) and
tanh(num)
hopefully someone can help me