7 Commits

Author SHA1 Message Date
Mateusz Pusz
ffc429a4b8 docs: basic concepts UML diagram updated with quantity point 2020-09-23 16:48:51 +02:00
Mateusz Pusz
563b358d5e feat!: 💥 dimensionless quantities refactored
Dimensionless quantities are now represented by quantity types rather
than by plain representation types. Only dimensionless quantities with
`unitless` unit are implicitly convertible from representation types.

`units::exp()` now is a function doing std::exp() on a representation
type (previous `units::exp` class template was renamed to
`units::exponent`).

BREAKING_CHANGE: gcc-9.3 support removed
BREAKING_CHANGE: `exp` and `Exp` renamed to `exponent` and `Exponent`
Resolves #27
Resolves #42
2020-09-08 11:02:16 +02:00
Mateusz Pusz
93c05b2938 docs: quantity_point documentation fixed 2020-09-07 12:44:00 +02:00
Johel Ernesto Guerrero Peña
746ac178e4 docs: mention quantity_point where appropriate 2020-08-18 08:52:22 +02:00
Mateusz Pusz
24af110fb8 Most of the old MD documentation files removed 2020-03-11 13:04:34 +01:00
Mateusz Pusz
f51f972c55 nomnoml graph text added for concepts 2020-03-11 12:33:05 +01:00
Mateusz Pusz
b65328d575 Sphinx-based documentation added 2020-03-09 18:55:41 +01:00