Commit Graph

46 Commits

Author SHA1 Message Date
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
Marek Kurdej
2042d4d723 Fix documentation on information system units (not only base units). 2014-11-06 12:14:53 +01:00
Steven Watanabe
54c596ab5c Merge the units/autoprefix branch back to the trunk. Fixes #3660. Fixes #3707
[SVN r62532]
2010-06-07 23:49:52 +00:00
Steven Watanabe
281271d883 Minor cleanup/doc tweaks
[SVN r53125]
2009-05-20 00:55:43 +00:00
Matthias Schabel
130f873fea acknowledge grant agencies for support
[SVN r47942]
2008-08-01 23:30:43 +00:00
Steven Watanabe
60bff01a0b Hook up Units documentation
[SVN r46544]
2008-06-20 03:57:42 +00:00
Steven Watanabe
97b1f81854 Added Lambda interoperability header from Torsten Maehne
[SVN r46468]
2008-06-18 04:14:12 +00:00
Steven Watanabe
6cb114e910 Updates list of compilers tested for performance
[SVN r46152]
2008-06-05 02:55:00 +00:00
Steven Watanabe
c0def9821b Removed is_implicitly_convertible
[SVN r46151]
2008-06-05 02:54:01 +00:00
Steven Watanabe
2eb72eaabd Deal with scaled units
[SVN r46149]
2008-06-05 02:21:02 +00:00
Steven Watanabe
b20ee26b38 Fix up minor syntax issues
[SVN r46078]
2008-06-03 13:54:54 +00:00
Matthias Schabel
b1bebdde91 update documentation
[SVN r46029]
2008-06-01 17:47:45 +00:00
Steven Watanabe
b0ab2b0d7b Improvments to conversion documentation
[SVN r45994]
2008-05-31 22:05:41 +00:00
Steven Watanabe
1d08e23629 Switched description of heterogeneous operators to use Boost.Typeof
[SVN r45993]
2008-05-31 21:58:00 +00:00
Steven Watanabe
5e1f54876e Fixed up Quantity docs
[SVN r45992]
2008-05-31 21:51:49 +00:00
Steven Watanabe
3401b59037 Fixes to the Unit documentation
[SVN r45991]
2008-05-31 21:36:28 +00:00
Steven Watanabe
3bd3c5349f Cleaned up dimensional analysis section
[SVN r45989]
2008-05-31 20:36:35 +00:00
Steven Watanabe
bc07206aeb Cleaned up the Base Units by Category section
[SVN r45987]
2008-05-31 19:52:34 +00:00
Steven Watanabe
505a8a5cee Added alphabetic listing of base units
[SVN r45983]
2008-05-31 19:12:49 +00:00
Steven Watanabe
ccf135d812 Updated references to implicit conversions
[SVN r45548]
2008-05-19 17:20:17 +00:00
Steven Watanabe
3f56c7330a Fixed grammar error
[SVN r45472]
2008-05-18 04:44:18 +00:00
Steven Watanabe
34a222ee9c Fixed links
[SVN r45470]
2008-05-18 04:40:27 +00:00
Steven Watanabe
8f29b6bddd Fixed links
[SVN r45413]
2008-05-16 01:19:40 +00:00
Steven Watanabe
fba3f53b0e Removed the last traces of general implicit conversions
[SVN r45377]
2008-05-15 00:27:39 +00:00
Steven Watanabe
7b06621121 Renamed power_dimof_helper in docs too
[SVN r45376]
2008-05-14 23:15:17 +00:00
Steven Watanabe
46c7254d03 Removed references to non-existant headers
[SVN r45336]
2008-05-13 19:18:23 +00:00
Steven Watanabe
168815fb0e updated the documentation to reflect the new conversion usage
[SVN r45151]
2008-05-05 20:28:20 +00:00
Steven Watanabe
f963e14476 Updated tested compilers
[SVN r44960]
2008-05-01 01:39:44 +00:00
Steven Watanabe
aba11ed674 Replaced dimension/unit tag with base dimension/unit to avoid confusion (Possible not complete)
[SVN r41733]
2007-12-05 02:14:23 +00:00
Steven Watanabe
fdf3c4304a Fixed description of BOOST_UNITS_DEFINE_BASE_CONVERSION
[SVN r41728]
2007-12-05 00:33:21 +00:00
Matthias Schabel
3b0d202988 cleanup
[SVN r40169]
2007-10-19 00:25:44 +00:00
Steven Watanabe
91e0749d4c Split the reference for the systems up. Putting all the files in a single group is too unwieldy not to mention that boostbook puts them in a strange order. Also made the documentation for other/non_si_units.hpp fit for human consumption
[SVN r39910]
2007-10-10 21:47:16 +00:00
Steven Watanabe
d0b17ff95d Added documentation of conversions
[SVN r39079]
2007-08-31 01:37:00 +00:00
Steven Watanabe
9b681a17b3 Rearrange reference
[SVN r38870]
2007-08-23 19:31:44 +00:00
Steven Watanabe
ec80e73cad Finish runtime_unit.cpp example
[SVN r38866]
2007-08-23 18:03:38 +00:00
Steven Watanabe
24e2221ded New examples--rename old ones
[SVN r38706]
2007-08-16 00:54:21 +00:00
Matthias Schabel
44a2e972a3 doc edits
[SVN r38667]
2007-08-15 00:11:44 +00:00
Matthias Schabel
dce258abad fix problem with PNG image paths
[SVN r38664]
2007-08-14 22:57:36 +00:00
Steven Watanabe
4c2a7f5c57 fix links
[SVN r38604]
2007-08-11 20:13:40 +00:00
Steven Watanabe
913e12a4fb minor doc fixes
[SVN r38603]
2007-08-11 18:15:50 +00:00
Steven Watanabe
597481dfee Updated examples augmented FAQ
[SVN r7566]
2007-07-27 18:28:50 +00:00
Steven Watanabe
e11e737223 Updated documentation for new systems
[SVN r7552]
2007-07-26 20:54:06 +00:00
Matthias Schabel
778139b46e minor updates
[SVN r4410]
2007-05-31 23:51:50 +00:00
Matthias Schabel
0469e61771 doc edits
[SVN r3932]
2007-04-12 18:09:01 +00:00
Matthias Schabel
4878ecd4fa This commit was generated by cvs2svn to compensate for changes in r3658,
which included commits to RCS files with non-trunk default branches.


[SVN r3804]
2007-03-20 04:57:10 +00:00
Steven Watanabe
49cffe4b5e Initial revision
[SVN r3785]
2007-03-16 18:22:42 +00:00