You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document that trigonometric expressions use radians
Style expressions like `["cos", arg]` take `arg` in radians, and their
inverses return radians. This is a reasonable choice, but in context it
may be a bit surprising, since latitudes and longitudes are typically
expressed in degrees. Other expressions like `["pitch"]` also return
degrees. This patch keeps the current behavior and describes it
explicitly in the documentation.
wchargin-branch: docs-trig-radians
wchargin-source: a70bd704bb273703e4402cceec16a75742047706
0 commit comments