|
|
|
|
|
by adrian_b
1089 days ago
|
|
For a computer it matters because it is possible to compute with higher accuracy and speed the trigonometric functions with the argument in cycles instead of radians (similarly for the binary exponential and logarithm vs. the "natural" exponential and logarithm). The main reason is that the reduction of the argument to the range where a polynomial approximation is valid becomes much simpler. Also, the primary inputs or the final outputs of any really complete computation are never in radians, because in physical devices it is not possible to realize radians with high accuracy, but only the angles that are in a rational relationship with the cycle. This is true both for geometric angles and for the phase angles of oscillations and waves. |
|