on a side note, a ternary operator would be nice, though it's easy enough to make a function to do it yourself.
Just in case you missed the meaning of green gandalf's comment...
Quote: "I thought about a setting that returns all SIN and COS results as degrees rather than Radians."
sin and cos do not return angles, and therefore the results are the same if you use the same angle whether it's in degrees or radians (in the same way that you wait the same time whether time is in units minutes or hours).
degrees/radians issues only come into play in the input of standard trig functions, and the output of inverse standard trig functions.
Quote: "is who really uses Radians in the real world"
Radians make a lot more sense mathematically. Why use a scale that goes from 0 to some arbitrary number, and ignore what is an integral part of the circle (pi)? A lot of the time, if you have something like 1/8*pi radians, that makes things a lot simpler than say 13 degrees. Basically, it makes more sense mathematically, and it could be considered more "elegant".