Opened 13 years ago
Closed 12 years ago
#3865 closed Bugs (fixed)
Make inverse trig functions default to radians
Reported by: | Steven Watanabe | Owned by: | Matthias Schabel |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | units |
Version: | Boost 1.41.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Currently the inverse trigonometric functions do not work for systems that do not contain a unit of angle. To make the library more usable with heterogeneous systems, they should default to radians, since that is the natural unit of angle.
Note:
See TracTickets
for help on using tickets.
(In [62533]) Add overloads of inverse trig functions that take heterogeneous units and return the angles in radians. Fixes #3865