Commit Graph

56 Commits

Author SHA1 Message Date
Mateusz Pusz
4bcf2cd149 docs: gravitational_potential_energy equation fixed on a graph 2023-10-15 11:51:45 +02:00
Mateusz Pusz
c75559dd34 docs: "i.e." replaced with "e.g." everywhere in the project 2023-10-10 20:24:23 +02:00
Mateusz Pusz
e23f038173 Merge branch 'master' into unit_compose_ext 2023-10-06 23:38:04 +02:00
Mateusz Pusz
0d66089853 feat: 💥 inverse() support added for dimensions, quantity_spec, units, and references (1 / s will now create quantity and not a Unit) 2023-10-06 12:53:18 -06:00
Mateusz Pusz
5a74cd66ba feat: interoperability with other libraries redesigned 2023-09-30 22:23:18 -06:00
Mateusz Pusz
b2423bfded feat: quantities can now be multiplied and divided by units 2023-09-29 21:40:24 -06:00
Mateusz Pusz
476a68ce8e docs: broken internal URL fixed 2023-09-29 11:21:27 +02:00
Mateusz Pusz
b4bb7227b9 feat: UnitCompatibleWith added and applied to in(U) and force_in(U) functions 2023-09-27 17:06:08 +02:00
Mateusz Pusz
a356db749e docs: inverse() added to "Other maths" chapter 2023-09-20 20:32:59 +02:00
Mateusz Pusz
becca905e7 Merge pull request #484 from mpusz/mpusz/issue477
Renaming of accessor functions
2023-09-18 10:42:15 +02:00
Mateusz Pusz
2834c571cd docs: "Comparison against zero" chapter added 2023-09-13 11:13:42 +02:00
Mateusz Pusz
bf954cfcaf docs: q.force_in(U) documentation added 2023-09-13 10:44:50 +02:00
Mateusz Pusz
89eba3cd66 docs: additional code example added to the "Value-preserving conversions" chapter 2023-09-13 09:00:21 +02:00
Mateusz Pusz
f46b3dad74 feat: added an option to disable space before unit symbol in the text output
Resolves #387
2023-09-04 11:09:40 +02:00
Mateusz Pusz
bbc2255a6e style: whitespace removed 2023-08-31 19:43:18 +02:00
Mateusz Pusz
bf1af91a51 docs: important admonition added for floating-points being value-preserving 2023-08-31 18:57:39 +02:00
Mateusz Pusz
0d8c398ff4 docs: quantity_point.h mentioned in the docs 2023-08-31 18:56:43 +02:00
Mateusz Pusz
617e60d60e docs: "Quantity Arithmetics" chapter added
Resolves #448
2023-08-31 18:56:15 +02:00
Mateusz Pusz
fa38e4f497 docs: admonition types usage fine tuned 2023-08-30 11:33:30 +02:00
Mateusz Pusz
750af32f06 style: whitespaces cleanup 2023-08-29 14:21:51 +02:00
Mateusz Pusz
7c41561c0d docs: "Basic Concepts" chapter revised 2023-08-29 14:17:14 +02:00
Mateusz Pusz
ef1451daf5 docs: typo fixed 2023-08-26 20:50:17 +02:00
Mateusz Pusz
c3077238c0 docs: CRTP full name fixed 2023-08-26 20:43:58 +02:00
Mateusz Pusz
a9a043d892 style: whitespace removed to make pre-commit happy 2023-08-26 20:28:49 +02:00
Mateusz Pusz
3705404d14 docs: QUANTITY_SPEC macro tip added 2023-08-26 19:47:10 +02:00
Mateusz Pusz
ae92b49775 refactor: op[U] for quantity and quantity_point replaced with .in(U)
Resolves #469
2023-08-23 16:46:15 +02:00
Mateusz Pusz
d8f646a1e4 docs: "The Affine Space" chapter updated with the latest changes 2023-08-23 15:43:19 +02:00
Mateusz Pusz
7985ea2969 docs: auto replaced with type placeholders in code examples 2023-08-18 18:37:12 +02:00
Mateusz Pusz
53c9d96e9e docs: "No text output for points" chapter added 2023-08-04 14:35:20 +02:00
Mateusz Pusz
4c49e9c57f docs: cross-page links fixed 2023-08-03 21:23:34 +02:00
Mateusz Pusz
290161ab07 docs: subtraction of two points to get an absolute quantity case added 2023-08-03 19:05:03 +02:00
Mateusz Pusz
bc2a3572ea docs: clarification and cleanup applied to "The Affine Space" chapter 2023-08-03 13:17:51 +02:00
Mateusz Pusz
b8002d1940 docs: "The Affine Space" chapter updated to reflect the latest changes 2023-08-03 13:08:09 +02:00
Mateusz Pusz
da3fcf091e docs: initial version of "Affine Space" chapter 2023-07-30 18:29:35 +02:00
Mateusz Pusz
615c35f5b6 docs: "Text Output" chapter added 2023-07-24 17:38:11 +02:00
Mateusz Pusz
3569ec76ea docs: "Representation types for vector and tensor quantities" extended 2023-07-11 19:27:26 +02:00
Mateusz Pusz
1f1258d4e3 docs: C++23 examples placed first so they open by default in the docs 2023-07-11 17:22:32 +02:00
Mateusz Pusz
2f7ecbc19d docs: "Dimensionless Quantities" chapter added 2023-07-10 17:56:05 +02:00
Mateusz Pusz
1585f96bef docs: "Basic Concepts" TOC refactored 2023-07-10 16:55:44 +02:00
Mateusz Pusz
c60f94caa3 docs: code samples with quantity_spec definitions now have 3 versions 2023-07-10 12:33:54 +02:00
Mateusz Pusz
f6b00d4aa6 docs: TOC for "Simple and Typed Quantities" refactored based on feedback from @chiphogg 2023-07-10 11:14:09 +02:00
Mateusz Pusz
c8ff7f02f1 docs: "Generic Interfaces" chapter added 2023-07-09 13:28:07 +02:00
Mateusz Pusz
efb89c9f7b docs: "Character of a Quantity" chapter added 2023-07-08 13:13:40 +02:00
Mateusz Pusz
3a94ca89fd feat(example): spectroscopy_units example added 2023-07-08 12:59:38 +02:00
Mateusz Pusz
2d38b11af5 docs: "Interface Introduction" extended with two new chapters 2023-07-07 20:42:22 +02:00
Mateusz Pusz
f86297547d docs: "Faster-than-lightspeed Constants" chapter renamed 2023-07-07 20:39:58 +02:00
Mateusz Pusz
8edda2944c docs: "Defining quantities" subchapter added 2023-07-07 18:22:16 +02:00
Mateusz Pusz
ae4499a410 docs: "Faster than Lightspeed Constants" chapter added 2023-07-07 13:40:50 +02:00
Mateusz Pusz
e8503f31d2 docs: "Obtaining metadata" chapter added 2023-06-29 15:10:37 +01:00
Mateusz Pusz
7fce53e285 docs: "System of Units" chapter added 2023-06-29 15:09:38 +01:00