I find little things like this throughout the C programming language; something that is very easy to provide, has very little chance of breaking old code, and has an obvious way to standardize it. Is minimalism the reason?
|
feedback
|
|
By reciprocal, do you mean the arc functions? They're defined as If you mean 1/cos(), 1/sin() and 1/tan(), implementing these functions is a trivial exercise, but dealing with error checking (sin() != 0, etc. etc.) is far more effort than it's worth for a major library. | |||
feedback
|
|
Because they're trivial to compute if you have the "standard" trig functions? | |||
|
feedback
|