Quantify
An extensible C++ units library
Loading...
Searching...
No Matches
scales.cppm
Go to the documentation of this file.
1
// Copyright (c) 2024-2025, Víctor Castillo Agüero.
2
// SPDX-License-Identifier: Apache-2.0
3
//
4
// Licensed under the Apache License, Version 2.0 (the "License");
5
// you may not use this file except in compliance with the License.
6
// You may obtain a copy of the License at
7
//
8
// http://www.apache.org/licenses/LICENSE-2.0
9
//
10
// Unless required by applicable law or agreed to in writing, software
11
// distributed under the License is distributed on an "AS IS" BASIS,
12
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
// See the License for the specific language governing permissions and
14
// limitations under the License.
15
20
23
export
module
quantify.scales
;
24
//* SI base units
25
export
import
:distance;
26
export
import
:mass;
27
export
import
:temperature;
28
export
import
:time;
29
export
import
:electric_current;
30
export
import
:substance;
31
export
import
:light_intensity;
32
export
import
:angle;
33
//* Derived units
34
export
import
:solid_angle;
35
export
import
:volume;
36
export
import
:speed;
37
export
import
:force;
38
export
import
:pressure;
39
export
import
:electric_charge;
40
export
import
:energy;
41
export
import
:power;
42
export
import
:emf;
43
export
import
:electric_resistance;
44
export
import
:electric_conductance;
45
export
import
:electric_capacitance;
46
export
import
:magnetic_flux;
47
export
import
:magnetic_flux_density;
48
export
import
:inductance;
49
export
import
:frequency;
50
export
import
:absorbed_dose;
51
export
import
:dose_equivalent;
52
export
import
:radionuclide_activity;
53
export
import
:catalytic_activity;
54
export
import
:luminous_flux;
55
export
import
:illuminance;
quantify.scales
Built-in unit scales.
include
quantify
scales
scales.cppm
Generated by
1.13.2