|
|
|
|
|
by 6gvONxR4sf7o
1089 days ago
|
|
How can we compute angle - (angle^3)/6? 360 - (360^3)/6 = -7M degrees
or is it this? 2*pi - (2 * pi)^3 / 6 = -35 radians = -2k degrees
Or maybe this? 1 - (1^3)/6 = 0.8 turns = 300 degrees
They're wildly inconsistent because I'm not taking the units into account and we have to take the units into account. |
|
As far as you three examples go, which is "correct" depends on what you are trying to calculate - if you want this to approximate the power series for sin close to 0 you should use radians. Otherwise you use something else.