Derived dimensions
DimensionfulAngles.jl also defines derived dimensions that include angle. These are:
DimensionfulAngles.SolidAngle
DimensionfulAngles.LuminousFlux
DimensionfulAngles.Illuminance
DimensionfulAngles.AngularVelocity
DimensionfulAngles.AngularAcceleration
DimensionfulAngles.AngularWavelength
DimensionfulAngles.AngularPeriod
DimensionfulAngles.AngularWavenumber
This allows, among other things, dispatching on these derived dimensions.
Several units are defined for these derived dimensions, including the steradian for solid angle and RPM for angular velocity.
DimensionfulAngles.jl also provides Periodic
a UnitfulEquivalences.jl Equivalence
to convert between period, frequency, and angular frequency of a periodic response.
Solid Angle
Solid angle is a two-dimensional angle subtended at a point. In the SI system it has units of $m²/m²=1$ and is non-dimensional. Here, following several proposed systems, it has dimensions of angle squared, 𝐀²
. See Relation to proposed SI extensions. The SI unit of solid angle is the steradian, which here is defined as $sr=rad²$. The steradian takes SI prefixes and therefore defines many other units (e.g., the millisteradian DimensionfulAngles.msrᵃ
). These are documented in Prefixed units.
DimensionfulAngles.SolidAngle
— TypeDimensionfulAngles.SolidAngle{T, U}
A supertype for quantities and levels of dimension 𝐀 * 𝐀
with a value of type T
and units U
.
See also: Unitful.Quantity
, Unitful.Level
.
DimensionfulAngles.srᵃ
— Constantsrᵃ
The steradian, a unit of spherical angle.
There are 4π sr in a sphere. The steradian is the SI unit of solid angle. Unlike Unitful.sr
, which follows SI and is therefor dimensionless, srᵃ
has dimensions of Angle squared. Accepts SI prefixes.
Dimension: 𝐀²
."
Luminous flux and illuminance
Luminous flux is a measure of perceived power of light and has dimensions of $𝐉*𝐀²$. The SI unit lumen (lm) = candela x steradian is provided as DimensionfulAngles.lmᵃ
.
Illuminance is luminous flux per unit surface area and has dimensions of $𝐉*𝐀²*𝐋⁻²$. The SI unit lux (lx) = lumen / meter^2 is provided as DimensionfulAngles.lxᵃ
.
DimensionfulAngles.LuminousFlux
— TypeDimensionfulAngles.LuminousFlux{T, U}
A supertype for quantities and levels of dimension 𝐉 * 𝐀 ^ 2
with a value of type T
and units U
.
See also: Unitful.Quantity
, Unitful.Level
.
DimensionfulAngles.Illuminance
— TypeDimensionfulAngles.Illuminance{T, U}
A supertype for quantities and levels of dimension 𝐉 * 𝐀 ^ 2 * 𝐋 ^ -2
with a value of type T
and units U
.
See also: Unitful.Quantity
, Unitful.Level
.
DimensionfulAngles.lmᵃ
— Constantlmᵃ
The lumen, an SI unit of luminous flux.
Defined as 1 cd × sr. Accepts SI prefixes.
Dimension: 𝐉𝐀²
."
DimensionfulAngles.lxᵃ
— Constantlxᵃ
The lux, an SI unit of illuminance.
Defined as 1 lm / m^2. Accepts SI prefixes.
Dimension: 𝐉𝐀²𝐋⁻²
."
Angular velocity and acceleration
Angular velocity has dimensions of angle over time 𝐀/𝐓
and can be used to measure different quantities such as rotational velocity, rotational speed, and angular frequency of a phase angle. Two units of angular velocity are defined: the revolutions per second (RPS) and the revolutions per minute (RPM), provided as DimensionfulAngles.rpsᵃ
and DimensionfulAngles.rpmᵃ
respectively.
Angular acceleration is the time rate of change of angular velocity and has dimensions of angle over time squared 𝐀/𝐓²
. No units are defined specifically for this derived dimension.
See also: Periodic
.
DimensionfulAngles.AngularVelocity
— TypeDimensionfulAngles.AngularVelocity{T, U}
A supertype for quantities and levels of dimension 𝐀 * 𝐓 ^ -1
with a value of type T
and units U
.
See also: Unitful.Quantity
, Unitful.Level
.
DimensionfulAngles.AngularAcceleration
— TypeDimensionfulAngles.AngularAcceleration{T, U}
A supertype for quantities and levels of dimension 𝐀 * 𝐓 ^ -2
with a value of type T
and units U
.
See also: Unitful.Quantity
, Unitful.Level
.
DimensionfulAngles.rpsᵃ
— Constantrpsᵃ
Revolutions per second, a unit of angular velocity defined as 2π rad / s.
This differs from Unitful.rps
in that it contains units of angle. Does not accepts SI prefixes.
Dimension: 𝐀 𝐓⁻¹.
See also DimensionfulAngles.radᵃ
.
DimensionfulAngles.rpmᵃ
— Constantrpmᵃ
Revolutions per minute, a unit of angular velocity defined as 2π rad / minute.
This differs from Unitful.rpm
in that it contains units of angle. Does not accepts SI prefixes.
Dimension: 𝐀 𝐓⁻¹.
See also DimensionfulAngles.radᵃ
.
Angular period, wavenumber, and wavelength
Angular wavenumber has dimensions of angle over length 𝐀/𝐋
and is the spatial analogue of (temporal) angular frequency. It is used to describe responses that are periodic in space.
The angular period (dimensions of time over angle, 𝐓/𝐀
) and angular wavelength (𝐋/𝐀
) are define as the reciprocal of angular frequency and angular wavenumber, respectively.
No units are defined specifically for these derived dimensions.
See also: Periodic
.
DimensionfulAngles.AngularWavelength
— TypeDimensionfulAngles.AngularWavelength{T, U}
A supertype for quantities and levels of dimension 𝐋 * 𝐀 ^ -1
with a value of type T
and units U
.
See also: Unitful.Quantity
, Unitful.Level
.
DimensionfulAngles.AngularPeriod
— TypeDimensionfulAngles.AngularPeriod{T, U}
A supertype for quantities and levels of dimension 𝐓 * 𝐀 ^ -1
with a value of type T
and units U
.
See also: Unitful.Quantity
, Unitful.Level
.
DimensionfulAngles.AngularWavenumber
— TypeDimensionfulAngles.AngularWavenumber{T, U}
A supertype for quantities and levels of dimension 𝐀 * 𝐋 ^ -1
with a value of type T
and units U
.
See also: Unitful.Quantity
, Unitful.Level
.
Periodic and Dispersion equivalences
For periodic responses there are several analogous ways to measure the repeat period: period T
(𝐓
, s
), frequency f
(1/𝐓
, Hz=1/s
), or angular frequency ω
(𝐀/𝐓
, rad/s
). These are related by
$f = 1/T = ω/2π$.
Analogously, spatial period and frequency are related by
$ν = 1/λ = k/2π$
between wavelength λ
(𝐋
, m
), wavenumber ν
(1/𝐋
, 1/m
), and angular wavenumber k
(𝐀/𝐋
, rad/m
). Additionally an angular period and angular wavelength can be defined analogously as the reciprocal of angular frequency and angular wavenumber.
image-source: Waldir, CC BY-SA 4.0 https://creativecommons.org/licenses/by-sa/4.0, via Wikimedia Commons
DimensionfulAngles.jl provides Periodic
, a UnitfulEquivalences.jl Equivalence
to convert between temporal or spatial period, frequency, angular frequency, and angular period of a periodic response.
It also provides Dispersion
, which extends Periodic
to convert between temporal and spatial values using a specific dispersion relation (or equivalently a phase velocity as used in the image above)).
DimensionfulAngles.Periodic
— TypePeriodic()
Equivalence to convert between temporal or spatial period, frequency, angular frequency, and angular period.
These quantities are related by $f = ω/2π = 1/T = 1/(2πT̅)$, where
- $f$ is the (temporal) frequency,
- $ω$ is the (temporal) angular frequency,
- $T$ is the (temporal) period,
- $T̄$ is the (temporal) angular period,
and $ν = k/2π = 1/λ = 1/(2πλ̄)$, where
- $ν$ is the (spatial) frequency (linear wavenumber),
- $k$ is the (spatial) angular frequency (angular wavenumber),
- $λ$ is the (spatial) period (linear wavelength), and
- $λ̄$ is the (spatial) angular period (angular wavelength).
See also DimensionfulAngles.Dispersion
Example
julia> using Unitful
julia> using DimensionfulAngles
julia> uconvert(u"s", 10u"Hz", Periodic())
0.1 s
julia> uconvert(u"radᵃ/s", 1u"Hz", Periodic())
6.283185307179586 rad s⁻¹
DimensionfulAngles.Dispersion
— TypeDispersion(; dispersion=nothing, dispersion_inverse=nothing)
Equivalence to convert between temporal and spatial frequencies using a specific dispersion relation.
This extends the Periodic() equivalence to convert between spatial and temporal quantities based on the provided dispersion relation.
See also DimensionfulAngles.Periodic
.
Example
julia> using DimensionfulAngles, Unitful
julia> g = Unitful.gn # gravitational acceleration
9.80665 m s⁻²
julia> deepwater = Dispersion(
dispersion = (k -> √(g*k*θ₀)), dispersion_inverse = (ω -> ω^2/(g*θ₀))
);
julia> uconvert(u"radᵃ/mm", 1.0u"Hz", deepwater)
0.004025678249387654 rad mm⁻¹
Some dispersion relations do not have an expressible inverse. In such cases using Roots.jl
might be beneficial. For example, here is how we could use the linear water wave dispersion without deep water approximation:
julia> using DimensionfulAngles, Unitful, Roots
julia> g = Unitful.gn # gravitational acceleration
9.80665 m s⁻²
julia> k0 = (2π)u"radᵃ/m" # initial guess: 1m wavelength
6.283185307179586 rad m⁻¹
julia> h = 0.5u"m" # water depth
0.5 m
julia> waterwaves = Dispersion(
dispersion = (k -> √(k*θ₀*g*tanh(k*h/θ₀))),
dispersion_inverse = (ω -> solve(ZeroProblem(k -> k - ω^2/(g*tanh(k*h/θ₀))/θ₀, k0)))
);
julia> uconvert(u"Hz", 0.004025678249387654u"radᵃ/mm", waterwaves)
0.9823052153509486 Hz
julia> h = (Inf)u"m" # water depth
Inf m
julia> waterwaves = Dispersion(
dispersion = ( k -> √(k*θ₀*g*tanh(k*h/θ₀)) ),
dispersion_inverse = (ω -> solve(ZeroProblem(k -> k - ω^2/(g*tanh(k*h/θ₀))/θ₀, k0)))
);
julia> uconvert(u"Hz", 0.004025678249387654u"radᵃ/mm", waterwaves) ≈ 1u"Hz"
true
Syntax
Contents:
Syntax provided by Unitful.jl
DimensionfulAngles.AngularVelocityUnits
— TypeDimensionfulAngles.AngularVelocityUnits{U}
A supertype for units of dimension 𝐀 * 𝐓 ^ -1
. Equivalent to Unitful.Units{U, 𝐀 * 𝐓 ^ -1}
.
See also: Unitful.Units
.
DimensionfulAngles.AngularVelocityFreeUnits
— TypeDimensionfulAngles.AngularVelocityFreeUnits{U}
A supertype for Unitful.FreeUnits
of dimension 𝐀 * 𝐓 ^ -1
. Equivalent to Unitful.FreeUnits{U, 𝐀 * 𝐓 ^ -1}
.
DimensionfulAngles.AngularAccelerationUnits
— TypeDimensionfulAngles.AngularAccelerationUnits{U}
A supertype for units of dimension 𝐀 * 𝐓 ^ -2
. Equivalent to Unitful.Units{U, 𝐀 * 𝐓 ^ -2}
.
See also: Unitful.Units
.
DimensionfulAngles.AngularAccelerationFreeUnits
— TypeDimensionfulAngles.AngularAccelerationFreeUnits{U}
A supertype for Unitful.FreeUnits
of dimension 𝐀 * 𝐓 ^ -2
. Equivalent to Unitful.FreeUnits{U, 𝐀 * 𝐓 ^ -2}
.
DimensionfulAngles.SolidAngleUnits
— TypeDimensionfulAngles.SolidAngleUnits{U}
A supertype for units of dimension 𝐀 * 𝐀
. Equivalent to Unitful.Units{U, 𝐀 * 𝐀}
.
See also: Unitful.Units
.
DimensionfulAngles.SolidAngleFreeUnits
— TypeDimensionfulAngles.SolidAngleFreeUnits{U}
A supertype for Unitful.FreeUnits
of dimension 𝐀 * 𝐀
. Equivalent to Unitful.FreeUnits{U, 𝐀 * 𝐀}
.
DimensionfulAngles.AngularWavenumberUnits
— TypeDimensionfulAngles.AngularWavenumberUnits{U}
A supertype for units of dimension 𝐀 * 𝐋 ^ -1
. Equivalent to Unitful.Units{U, 𝐀 * 𝐋 ^ -1}
.
See also: Unitful.Units
.
DimensionfulAngles.AngularWavenumberFreeUnits
— TypeDimensionfulAngles.AngularWavenumberFreeUnits{U}
A supertype for Unitful.FreeUnits
of dimension 𝐀 * 𝐋 ^ -1
. Equivalent to Unitful.FreeUnits{U, 𝐀 * 𝐋 ^ -1}
.
DimensionfulAngles.AngularPeriodUnits
— TypeDimensionfulAngles.AngularPeriodUnits{U}
A supertype for units of dimension 𝐓 * 𝐀 ^ -1
. Equivalent to Unitful.Units{U, 𝐓 * 𝐀 ^ -1}
.
See also: Unitful.Units
.
DimensionfulAngles.AngularPeriodFreeUnits
— TypeDimensionfulAngles.AngularPeriodFreeUnits{U}
A supertype for Unitful.FreeUnits
of dimension 𝐓 * 𝐀 ^ -1
. Equivalent to Unitful.FreeUnits{U, 𝐓 * 𝐀 ^ -1}
.
DimensionfulAngles.AngularWavelengthUnits
— TypeDimensionfulAngles.AngularWavelengthUnits{U}
A supertype for units of dimension 𝐋 * 𝐀 ^ -1
. Equivalent to Unitful.Units{U, 𝐋 * 𝐀 ^ -1}
.
See also: Unitful.Units
.
DimensionfulAngles.AngularWavelengthFreeUnits
— TypeDimensionfulAngles.AngularWavelengthFreeUnits{U}
A supertype for Unitful.FreeUnits
of dimension 𝐋 * 𝐀 ^ -1
. Equivalent to Unitful.FreeUnits{U, 𝐋 * 𝐀 ^ -1}
.
DimensionfulAngles.LuminousFluxUnits
— TypeDimensionfulAngles.LuminousFluxUnits{U}
A supertype for units of dimension 𝐉 * 𝐀 ^ 2
. Equivalent to Unitful.Units{U, 𝐉 * 𝐀 ^ 2}
.
See also: Unitful.Units
.
DimensionfulAngles.LuminousFluxFreeUnits
— TypeDimensionfulAngles.LuminousFluxFreeUnits{U}
A supertype for Unitful.FreeUnits
of dimension 𝐉 * 𝐀 ^ 2
. Equivalent to Unitful.FreeUnits{U, 𝐉 * 𝐀 ^ 2}
.
DimensionfulAngles.IlluminanceUnits
— TypeDimensionfulAngles.IlluminanceUnits{U}
A supertype for units of dimension 𝐉 * 𝐀 ^ 2 * 𝐋 ^ -2
. Equivalent to Unitful.Units{U, 𝐉 * 𝐀 ^ 2 * 𝐋 ^ -2}
.
See also: Unitful.Units
.
DimensionfulAngles.IlluminanceFreeUnits
— TypeDimensionfulAngles.IlluminanceFreeUnits{U}
A supertype for Unitful.FreeUnits
of dimension 𝐉 * 𝐀 ^ 2 * 𝐋 ^ -2
. Equivalent to Unitful.FreeUnits{U, 𝐉 * 𝐀 ^ 2 * 𝐋 ^ -2}
.
Prefixed Units
DimensionfulAngles.Esrᵃ
— ConstantDimensionfulAngles.Esrᵃ
A prefixed unit, equal to 10^18 srᵃ.
Dimension: 𝐀^2
See also: DimensionfulAngles.srᵃ
.
DimensionfulAngles.Gsrᵃ
— ConstantDimensionfulAngles.Gsrᵃ
A prefixed unit, equal to 10^9 srᵃ.
Dimension: 𝐀^2
See also: DimensionfulAngles.srᵃ
.
DimensionfulAngles.Msrᵃ
— ConstantDimensionfulAngles.Msrᵃ
A prefixed unit, equal to 10^6 srᵃ.
Dimension: 𝐀^2
See also: DimensionfulAngles.srᵃ
.
DimensionfulAngles.Psrᵃ
— ConstantDimensionfulAngles.Psrᵃ
A prefixed unit, equal to 10^15 srᵃ.
Dimension: 𝐀^2
See also: DimensionfulAngles.srᵃ
.
DimensionfulAngles.Tsrᵃ
— ConstantDimensionfulAngles.Tsrᵃ
A prefixed unit, equal to 10^12 srᵃ.
Dimension: 𝐀^2
See also: DimensionfulAngles.srᵃ
.
DimensionfulAngles.Ysrᵃ
— ConstantDimensionfulAngles.Ysrᵃ
A prefixed unit, equal to 10^24 srᵃ.
Dimension: 𝐀^2
See also: DimensionfulAngles.srᵃ
.
DimensionfulAngles.Zsrᵃ
— ConstantDimensionfulAngles.Zsrᵃ
A prefixed unit, equal to 10^21 srᵃ.
Dimension: 𝐀^2
See also: DimensionfulAngles.srᵃ
.
DimensionfulAngles.asrᵃ
— ConstantDimensionfulAngles.asrᵃ
A prefixed unit, equal to 10^-18 srᵃ.
Dimension: 𝐀^2
See also: DimensionfulAngles.srᵃ
.
DimensionfulAngles.csrᵃ
— ConstantDimensionfulAngles.csrᵃ
A prefixed unit, equal to 10^-2 srᵃ.
Dimension: 𝐀^2
See also: DimensionfulAngles.srᵃ
.
DimensionfulAngles.dasrᵃ
— ConstantDimensionfulAngles.dasrᵃ
A prefixed unit, equal to 10^1 srᵃ.
Dimension: 𝐀^2
See also: DimensionfulAngles.srᵃ
.
DimensionfulAngles.dsrᵃ
— ConstantDimensionfulAngles.dsrᵃ
A prefixed unit, equal to 10^-1 srᵃ.
Dimension: 𝐀^2
See also: DimensionfulAngles.srᵃ
.
DimensionfulAngles.fsrᵃ
— ConstantDimensionfulAngles.fsrᵃ
A prefixed unit, equal to 10^-15 srᵃ.
Dimension: 𝐀^2
See also: DimensionfulAngles.srᵃ
.
DimensionfulAngles.hsrᵃ
— ConstantDimensionfulAngles.hsrᵃ
A prefixed unit, equal to 10^2 srᵃ.
Dimension: 𝐀^2
See also: DimensionfulAngles.srᵃ
.
DimensionfulAngles.ksrᵃ
— ConstantDimensionfulAngles.ksrᵃ
A prefixed unit, equal to 10^3 srᵃ.
Dimension: 𝐀^2
See also: DimensionfulAngles.srᵃ
.
DimensionfulAngles.msrᵃ
— ConstantDimensionfulAngles.msrᵃ
A prefixed unit, equal to 10^-3 srᵃ.
Dimension: 𝐀^2
See also: DimensionfulAngles.srᵃ
.
DimensionfulAngles.nsrᵃ
— ConstantDimensionfulAngles.nsrᵃ
A prefixed unit, equal to 10^-9 srᵃ.
Dimension: 𝐀^2
See also: DimensionfulAngles.srᵃ
.
DimensionfulAngles.psrᵃ
— ConstantDimensionfulAngles.psrᵃ
A prefixed unit, equal to 10^-12 srᵃ.
Dimension: 𝐀^2
See also: DimensionfulAngles.srᵃ
.
DimensionfulAngles.ysrᵃ
— ConstantDimensionfulAngles.ysrᵃ
A prefixed unit, equal to 10^-24 srᵃ.
Dimension: 𝐀^2
See also: DimensionfulAngles.srᵃ
.
DimensionfulAngles.zsrᵃ
— ConstantDimensionfulAngles.zsrᵃ
A prefixed unit, equal to 10^-21 srᵃ.
Dimension: 𝐀^2
See also: DimensionfulAngles.srᵃ
.
DimensionfulAngles.μsrᵃ
— ConstantDimensionfulAngles.μsrᵃ
A prefixed unit, equal to 10^-6 srᵃ.
Dimension: 𝐀^2
See also: DimensionfulAngles.srᵃ
.
DimensionfulAngles.Elmᵃ
— ConstantDimensionfulAngles.Elmᵃ
A prefixed unit, equal to 10^18 lmᵃ.
Dimension: 𝐀^2 𝐉
See also: DimensionfulAngles.lmᵃ
.
DimensionfulAngles.Glmᵃ
— ConstantDimensionfulAngles.Glmᵃ
A prefixed unit, equal to 10^9 lmᵃ.
Dimension: 𝐀^2 𝐉
See also: DimensionfulAngles.lmᵃ
.
DimensionfulAngles.Mlmᵃ
— ConstantDimensionfulAngles.Mlmᵃ
A prefixed unit, equal to 10^6 lmᵃ.
Dimension: 𝐀^2 𝐉
See also: DimensionfulAngles.lmᵃ
.
DimensionfulAngles.Plmᵃ
— ConstantDimensionfulAngles.Plmᵃ
A prefixed unit, equal to 10^15 lmᵃ.
Dimension: 𝐀^2 𝐉
See also: DimensionfulAngles.lmᵃ
.
DimensionfulAngles.Tlmᵃ
— ConstantDimensionfulAngles.Tlmᵃ
A prefixed unit, equal to 10^12 lmᵃ.
Dimension: 𝐀^2 𝐉
See also: DimensionfulAngles.lmᵃ
.
DimensionfulAngles.Ylmᵃ
— ConstantDimensionfulAngles.Ylmᵃ
A prefixed unit, equal to 10^24 lmᵃ.
Dimension: 𝐀^2 𝐉
See also: DimensionfulAngles.lmᵃ
.
DimensionfulAngles.Zlmᵃ
— ConstantDimensionfulAngles.Zlmᵃ
A prefixed unit, equal to 10^21 lmᵃ.
Dimension: 𝐀^2 𝐉
See also: DimensionfulAngles.lmᵃ
.
DimensionfulAngles.almᵃ
— ConstantDimensionfulAngles.almᵃ
A prefixed unit, equal to 10^-18 lmᵃ.
Dimension: 𝐀^2 𝐉
See also: DimensionfulAngles.lmᵃ
.
DimensionfulAngles.clmᵃ
— ConstantDimensionfulAngles.clmᵃ
A prefixed unit, equal to 10^-2 lmᵃ.
Dimension: 𝐀^2 𝐉
See also: DimensionfulAngles.lmᵃ
.
DimensionfulAngles.dalmᵃ
— ConstantDimensionfulAngles.dalmᵃ
A prefixed unit, equal to 10^1 lmᵃ.
Dimension: 𝐀^2 𝐉
See also: DimensionfulAngles.lmᵃ
.
DimensionfulAngles.dlmᵃ
— ConstantDimensionfulAngles.dlmᵃ
A prefixed unit, equal to 10^-1 lmᵃ.
Dimension: 𝐀^2 𝐉
See also: DimensionfulAngles.lmᵃ
.
DimensionfulAngles.flmᵃ
— ConstantDimensionfulAngles.flmᵃ
A prefixed unit, equal to 10^-15 lmᵃ.
Dimension: 𝐀^2 𝐉
See also: DimensionfulAngles.lmᵃ
.
DimensionfulAngles.hlmᵃ
— ConstantDimensionfulAngles.hlmᵃ
A prefixed unit, equal to 10^2 lmᵃ.
Dimension: 𝐀^2 𝐉
See also: DimensionfulAngles.lmᵃ
.
DimensionfulAngles.klmᵃ
— ConstantDimensionfulAngles.klmᵃ
A prefixed unit, equal to 10^3 lmᵃ.
Dimension: 𝐀^2 𝐉
See also: DimensionfulAngles.lmᵃ
.
DimensionfulAngles.mlmᵃ
— ConstantDimensionfulAngles.mlmᵃ
A prefixed unit, equal to 10^-3 lmᵃ.
Dimension: 𝐀^2 𝐉
See also: DimensionfulAngles.lmᵃ
.
DimensionfulAngles.nlmᵃ
— ConstantDimensionfulAngles.nlmᵃ
A prefixed unit, equal to 10^-9 lmᵃ.
Dimension: 𝐀^2 𝐉
See also: DimensionfulAngles.lmᵃ
.
DimensionfulAngles.plmᵃ
— ConstantDimensionfulAngles.plmᵃ
A prefixed unit, equal to 10^-12 lmᵃ.
Dimension: 𝐀^2 𝐉
See also: DimensionfulAngles.lmᵃ
.
DimensionfulAngles.ylmᵃ
— ConstantDimensionfulAngles.ylmᵃ
A prefixed unit, equal to 10^-24 lmᵃ.
Dimension: 𝐀^2 𝐉
See also: DimensionfulAngles.lmᵃ
.
DimensionfulAngles.zlmᵃ
— ConstantDimensionfulAngles.zlmᵃ
A prefixed unit, equal to 10^-21 lmᵃ.
Dimension: 𝐀^2 𝐉
See also: DimensionfulAngles.lmᵃ
.
DimensionfulAngles.μlmᵃ
— ConstantDimensionfulAngles.μlmᵃ
A prefixed unit, equal to 10^-6 lmᵃ.
Dimension: 𝐀^2 𝐉
See also: DimensionfulAngles.lmᵃ
.
DimensionfulAngles.Elxᵃ
— ConstantDimensionfulAngles.Elxᵃ
A prefixed unit, equal to 10^18 lxᵃ.
Dimension: 𝐀^2 𝐉 𝐋^-2
See also: DimensionfulAngles.lxᵃ
.
DimensionfulAngles.Glxᵃ
— ConstantDimensionfulAngles.Glxᵃ
A prefixed unit, equal to 10^9 lxᵃ.
Dimension: 𝐀^2 𝐉 𝐋^-2
See also: DimensionfulAngles.lxᵃ
.
DimensionfulAngles.Mlxᵃ
— ConstantDimensionfulAngles.Mlxᵃ
A prefixed unit, equal to 10^6 lxᵃ.
Dimension: 𝐀^2 𝐉 𝐋^-2
See also: DimensionfulAngles.lxᵃ
.
DimensionfulAngles.Plxᵃ
— ConstantDimensionfulAngles.Plxᵃ
A prefixed unit, equal to 10^15 lxᵃ.
Dimension: 𝐀^2 𝐉 𝐋^-2
See also: DimensionfulAngles.lxᵃ
.
DimensionfulAngles.Tlxᵃ
— ConstantDimensionfulAngles.Tlxᵃ
A prefixed unit, equal to 10^12 lxᵃ.
Dimension: 𝐀^2 𝐉 𝐋^-2
See also: DimensionfulAngles.lxᵃ
.
DimensionfulAngles.Ylxᵃ
— ConstantDimensionfulAngles.Ylxᵃ
A prefixed unit, equal to 10^24 lxᵃ.
Dimension: 𝐀^2 𝐉 𝐋^-2
See also: DimensionfulAngles.lxᵃ
.
DimensionfulAngles.Zlxᵃ
— ConstantDimensionfulAngles.Zlxᵃ
A prefixed unit, equal to 10^21 lxᵃ.
Dimension: 𝐀^2 𝐉 𝐋^-2
See also: DimensionfulAngles.lxᵃ
.
DimensionfulAngles.alxᵃ
— ConstantDimensionfulAngles.alxᵃ
A prefixed unit, equal to 10^-18 lxᵃ.
Dimension: 𝐀^2 𝐉 𝐋^-2
See also: DimensionfulAngles.lxᵃ
.
DimensionfulAngles.clxᵃ
— ConstantDimensionfulAngles.clxᵃ
A prefixed unit, equal to 10^-2 lxᵃ.
Dimension: 𝐀^2 𝐉 𝐋^-2
See also: DimensionfulAngles.lxᵃ
.
DimensionfulAngles.dalxᵃ
— ConstantDimensionfulAngles.dalxᵃ
A prefixed unit, equal to 10^1 lxᵃ.
Dimension: 𝐀^2 𝐉 𝐋^-2
See also: DimensionfulAngles.lxᵃ
.
DimensionfulAngles.dlxᵃ
— ConstantDimensionfulAngles.dlxᵃ
A prefixed unit, equal to 10^-1 lxᵃ.
Dimension: 𝐀^2 𝐉 𝐋^-2
See also: DimensionfulAngles.lxᵃ
.
DimensionfulAngles.flxᵃ
— ConstantDimensionfulAngles.flxᵃ
A prefixed unit, equal to 10^-15 lxᵃ.
Dimension: 𝐀^2 𝐉 𝐋^-2
See also: DimensionfulAngles.lxᵃ
.
DimensionfulAngles.hlxᵃ
— ConstantDimensionfulAngles.hlxᵃ
A prefixed unit, equal to 10^2 lxᵃ.
Dimension: 𝐀^2 𝐉 𝐋^-2
See also: DimensionfulAngles.lxᵃ
.
DimensionfulAngles.klxᵃ
— ConstantDimensionfulAngles.klxᵃ
A prefixed unit, equal to 10^3 lxᵃ.
Dimension: 𝐀^2 𝐉 𝐋^-2
See also: DimensionfulAngles.lxᵃ
.
DimensionfulAngles.mlxᵃ
— ConstantDimensionfulAngles.mlxᵃ
A prefixed unit, equal to 10^-3 lxᵃ.
Dimension: 𝐀^2 𝐉 𝐋^-2
See also: DimensionfulAngles.lxᵃ
.
DimensionfulAngles.nlxᵃ
— ConstantDimensionfulAngles.nlxᵃ
A prefixed unit, equal to 10^-9 lxᵃ.
Dimension: 𝐀^2 𝐉 𝐋^-2
See also: DimensionfulAngles.lxᵃ
.
DimensionfulAngles.plxᵃ
— ConstantDimensionfulAngles.plxᵃ
A prefixed unit, equal to 10^-12 lxᵃ.
Dimension: 𝐀^2 𝐉 𝐋^-2
See also: DimensionfulAngles.lxᵃ
.
DimensionfulAngles.ylxᵃ
— ConstantDimensionfulAngles.ylxᵃ
A prefixed unit, equal to 10^-24 lxᵃ.
Dimension: 𝐀^2 𝐉 𝐋^-2
See also: DimensionfulAngles.lxᵃ
.
DimensionfulAngles.zlxᵃ
— ConstantDimensionfulAngles.zlxᵃ
A prefixed unit, equal to 10^-21 lxᵃ.
Dimension: 𝐀^2 𝐉 𝐋^-2
See also: DimensionfulAngles.lxᵃ
.
DimensionfulAngles.μlxᵃ
— ConstantDimensionfulAngles.μlxᵃ
A prefixed unit, equal to 10^-6 lxᵃ.
Dimension: 𝐀^2 𝐉 𝐋^-2
See also: DimensionfulAngles.lxᵃ
.