forked from mpusz/mp-units
27 lines
562 B
ReStructuredText
27 lines
562 B
ReStructuredText
Framework Basics
|
|
================
|
|
|
|
.. note::
|
|
|
|
For brevity all the code examples in this chapter assume::
|
|
|
|
using namespace units;
|
|
using namespace units::isq;
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
framework/basic_concepts
|
|
framework/quantity_like
|
|
framework/quantities
|
|
framework/quantity_points
|
|
framework/quantity_kinds
|
|
framework/dimensions
|
|
framework/magnitudes
|
|
framework/units
|
|
framework/arithmetics
|
|
framework/constants
|
|
framework/conversions_and_casting
|
|
framework/angular_units
|
|
framework/text_output
|