units/doc
Chris Lesiak b0b9c51646 Fix Errors in Why Homogeneous Systems
The FAQ entry on homogeneous systems asks the reader to consider the
following:

cout << sin(asin(180.0 * degrees));

There are two problems with this:
1.  It won't compile because asin does not take an angle.
2.  Even with the order of asin and sin swapped, the example is
    confusing because it isn't clear if the results should be
    180 degrees, or 0 degrees.

Improve the explanation by swapping sin and asin and using 90 degrees.
2018-01-02 17:40:20 +01:00
..
Jamfile.v2 Add, and update, documentation build targets. 2016-10-07 23:07:37 -05:00
units.qbk Fix Errors in Why Homogeneous Systems 2018-01-02 17:40:20 +01:00