Commit Graph

15 Commits

Author SHA1 Message Date
Markus Hofbauer
4c127797da check: run pre-commit on all files 2022-03-18 16:12:21 +01:00
Mateusz Pusz
627f39742d docs: SVG files are now copied and searched correctly 2021-10-20 22:28:42 +02:00
Mateusz Pusz
72ef7584a4 docs: basic concets UML refactored 2021-10-20 11:21:58 +02:00
Mateusz Pusz
1525101555 docs: UML diagrams replaced to plantuml generated SVGs 2021-10-20 10:52:57 +02:00
Johel Ernesto Guerrero Peña
80eefec97c fix: add quantity_point::origin, like std::chrono::time_point::clock 2021-06-29 20:44:27 +02:00
Mateusz Pusz
65e383a506 docs: Basic concepts embraced with examples 2021-03-05 11:31:46 +01:00
Mateusz Pusz
c641f1873f docs: Documentation updated 2021-02-16 16:19:57 +01:00
Johel Ernesto Guerrero Peña
6bf09aa646 feat: quantity_kind and quantity_point_kind 2021-02-15 19:31:08 +01:00
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