unitsml 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/release.yml +66 -11
- data/lib/unitsml/version.rb +1 -1
- data/unitsdb/dimensions.yaml +859 -0
- data/unitsdb/docs/README.adoc +12 -0
- data/unitsdb/docs/navigation.adoc +7 -0
- data/unitsdb/prefixes.yaml +294 -0
- data/unitsdb/quantities.yaml +2467 -0
- data/unitsdb/unit_systems.yaml +16 -0
- data/unitsdb/units.yaml +10502 -0
- metadata +8 -1
| @@ -0,0 +1,859 @@ | |
| 1 | 
            +
            ---
         | 
| 2 | 
            +
            NISTd1:
         | 
| 3 | 
            +
              length:
         | 
| 4 | 
            +
                powerNumerator: 1
         | 
| 5 | 
            +
                symbol: L
         | 
| 6 | 
            +
                dim_symbols:
         | 
| 7 | 
            +
                - id: "dim_L"
         | 
| 8 | 
            +
                  ascii: "L"
         | 
| 9 | 
            +
                  html: "𝖫"
         | 
| 10 | 
            +
                  mathml: "<mi mathvariant='sans-serif'>L</mi>"
         | 
| 11 | 
            +
                  latex: \ensuremath{\mathsf{L}}
         | 
| 12 | 
            +
                  unicode: "𝖫"
         | 
| 13 | 
            +
             | 
| 14 | 
            +
             | 
| 15 | 
            +
            NISTd2:
         | 
| 16 | 
            +
              mass:
         | 
| 17 | 
            +
                powerNumerator: 1
         | 
| 18 | 
            +
                symbol: M
         | 
| 19 | 
            +
                dim_symbols:
         | 
| 20 | 
            +
                - id: "dim_M"
         | 
| 21 | 
            +
                  ascii: "M"
         | 
| 22 | 
            +
                  html: "𝖬"
         | 
| 23 | 
            +
                  mathml: "<mi mathvariant='sans-serif'>M</mi>"
         | 
| 24 | 
            +
                  latex: \ensuremath{\mathsf{M}}
         | 
| 25 | 
            +
                  unicode: "𝖬"
         | 
| 26 | 
            +
             | 
| 27 | 
            +
            NISTd3:
         | 
| 28 | 
            +
              time:
         | 
| 29 | 
            +
                powerNumerator: 1
         | 
| 30 | 
            +
                symbol: T
         | 
| 31 | 
            +
                dim_symbols:
         | 
| 32 | 
            +
                - id: "dim_T"
         | 
| 33 | 
            +
                  ascii: "T"
         | 
| 34 | 
            +
                  html: "𝖳"
         | 
| 35 | 
            +
                  mathml: "<mi mathvariant='sans-serif'>T</mi>"
         | 
| 36 | 
            +
                  latex: \ensuremath{\mathsf{T}}
         | 
| 37 | 
            +
                  unicode: "𝖳"
         | 
| 38 | 
            +
             | 
| 39 | 
            +
            NISTd4:
         | 
| 40 | 
            +
              electric_current:
         | 
| 41 | 
            +
                powerNumerator: 1
         | 
| 42 | 
            +
                symbol: I
         | 
| 43 | 
            +
                dim_symbols:
         | 
| 44 | 
            +
                - id: "dim_T"
         | 
| 45 | 
            +
                  ascii: "T"
         | 
| 46 | 
            +
                  html: "𝖨"
         | 
| 47 | 
            +
                  mathml: "<mi mathvariant='sans-serif'>T</mi>"
         | 
| 48 | 
            +
                  latex: \ensuremath{\mathsf{T}}
         | 
| 49 | 
            +
                  unicode: "𝖨"
         | 
| 50 | 
            +
             | 
| 51 | 
            +
            NISTd5:
         | 
| 52 | 
            +
              thermodynamic_temperature:
         | 
| 53 | 
            +
                powerNumerator: 1
         | 
| 54 | 
            +
                symbol: Theta
         | 
| 55 | 
            +
                dim_symbols:
         | 
| 56 | 
            +
                - id: "dim_Theta"
         | 
| 57 | 
            +
                  ascii: "Theta"
         | 
| 58 | 
            +
                  html: "𝝠"
         | 
| 59 | 
            +
                  mathml: "<mi mathvariant='sans-serif'>Θ</mi>"
         | 
| 60 | 
            +
                  latex: \ensuremath{\mathsf{\Theta}}
         | 
| 61 | 
            +
                  unicode: "𝝧"
         | 
| 62 | 
            +
             | 
| 63 | 
            +
            NISTd6:
         | 
| 64 | 
            +
              amount_of_substance:
         | 
| 65 | 
            +
                powerNumerator: 1
         | 
| 66 | 
            +
                symbol: N
         | 
| 67 | 
            +
                dim_symbols:
         | 
| 68 | 
            +
                - id: "dim_N"
         | 
| 69 | 
            +
                  ascii: "N"
         | 
| 70 | 
            +
                  html: "𝖭"
         | 
| 71 | 
            +
                  mathml: "<mi mathvariant='sans-serif'>N</mi>"
         | 
| 72 | 
            +
                  latex: \ensuremath{\mathsf{N}}
         | 
| 73 | 
            +
                  unicode: "𝖭"
         | 
| 74 | 
            +
             | 
| 75 | 
            +
            NISTd7:
         | 
| 76 | 
            +
              luminous_intensity:
         | 
| 77 | 
            +
                powerNumerator: 1
         | 
| 78 | 
            +
                symbol: J
         | 
| 79 | 
            +
                dim_symbols:
         | 
| 80 | 
            +
                - id: "dim_J"
         | 
| 81 | 
            +
                  ascii: "J"
         | 
| 82 | 
            +
                  html: "𝖩"
         | 
| 83 | 
            +
                  mathml: "<mi mathvariant='sans-serif'>J</mi>"
         | 
| 84 | 
            +
                  latex: \ensuremath{\mathsf{J}}
         | 
| 85 | 
            +
                  unicode: "𝖩"
         | 
| 86 | 
            +
             | 
| 87 | 
            +
            NISTd8:
         | 
| 88 | 
            +
              length:
         | 
| 89 | 
            +
                powerNumerator: 2
         | 
| 90 | 
            +
                symbol: L
         | 
| 91 | 
            +
             | 
| 92 | 
            +
            NISTd9:
         | 
| 93 | 
            +
              dimensionless: true
         | 
| 94 | 
            +
              plane_angle:
         | 
| 95 | 
            +
                powerNumerator: 1
         | 
| 96 | 
            +
                symbol: phi
         | 
| 97 | 
            +
                dim_symbols:
         | 
| 98 | 
            +
                - id: "dim_phi"
         | 
| 99 | 
            +
                  ascii: "phi"
         | 
| 100 | 
            +
                  html: "𝞅"
         | 
| 101 | 
            +
                  mathml: "<mi mathvariant='sans-serif'>φ</mi>"
         | 
| 102 | 
            +
                  latex: \ensuremath{\mathsf{\phi}}
         | 
| 103 | 
            +
                  unicode: "𝞅"
         | 
| 104 | 
            +
             | 
| 105 | 
            +
            NISTd10:
         | 
| 106 | 
            +
              length:
         | 
| 107 | 
            +
                powerNumerator: 3
         | 
| 108 | 
            +
                symbol: L
         | 
| 109 | 
            +
             | 
| 110 | 
            +
            NISTd11:
         | 
| 111 | 
            +
              length:
         | 
| 112 | 
            +
                powerNumerator: 1
         | 
| 113 | 
            +
                symbol: L
         | 
| 114 | 
            +
              time:
         | 
| 115 | 
            +
                powerNumerator: -1
         | 
| 116 | 
            +
                symbol: T
         | 
| 117 | 
            +
             | 
| 118 | 
            +
            NISTd12:
         | 
| 119 | 
            +
              length:
         | 
| 120 | 
            +
                powerNumerator: 1
         | 
| 121 | 
            +
                symbol: L
         | 
| 122 | 
            +
              mass:
         | 
| 123 | 
            +
                powerNumerator: 1
         | 
| 124 | 
            +
                symbol: M
         | 
| 125 | 
            +
              time:
         | 
| 126 | 
            +
                powerNumerator: -2
         | 
| 127 | 
            +
                symbol: T
         | 
| 128 | 
            +
             | 
| 129 | 
            +
            NISTd13:
         | 
| 130 | 
            +
              mass:
         | 
| 131 | 
            +
                powerNumerator: 1
         | 
| 132 | 
            +
                symbol: M
         | 
| 133 | 
            +
              time:
         | 
| 134 | 
            +
                powerNumerator: -2
         | 
| 135 | 
            +
                symbol: T
         | 
| 136 | 
            +
              electric_current:
         | 
| 137 | 
            +
                powerNumerator: -1
         | 
| 138 | 
            +
                symbol: I
         | 
| 139 | 
            +
             | 
| 140 | 
            +
            NISTd14:
         | 
| 141 | 
            +
              length:
         | 
| 142 | 
            +
                powerNumerator: -1
         | 
| 143 | 
            +
                symbol: L
         | 
| 144 | 
            +
              mass:
         | 
| 145 | 
            +
                powerNumerator: 1
         | 
| 146 | 
            +
                symbol: M
         | 
| 147 | 
            +
              time:
         | 
| 148 | 
            +
                powerNumerator: -2
         | 
| 149 | 
            +
                symbol: T
         | 
| 150 | 
            +
             | 
| 151 | 
            +
            NISTd15:
         | 
| 152 | 
            +
              length:
         | 
| 153 | 
            +
                powerNumerator: 2
         | 
| 154 | 
            +
                symbol: L
         | 
| 155 | 
            +
              mass:
         | 
| 156 | 
            +
                powerNumerator: 1
         | 
| 157 | 
            +
                symbol: M
         | 
| 158 | 
            +
              time:
         | 
| 159 | 
            +
                powerNumerator: -2
         | 
| 160 | 
            +
                symbol: T
         | 
| 161 | 
            +
             | 
| 162 | 
            +
            NISTd17:
         | 
| 163 | 
            +
              time:
         | 
| 164 | 
            +
                powerNumerator: 1
         | 
| 165 | 
            +
                symbol: T
         | 
| 166 | 
            +
              electric_current:
         | 
| 167 | 
            +
                powerNumerator: 1
         | 
| 168 | 
            +
                symbol: I
         | 
| 169 | 
            +
             | 
| 170 | 
            +
            NISTd16:
         | 
| 171 | 
            +
              length:
         | 
| 172 | 
            +
                powerNumerator: 2
         | 
| 173 | 
            +
                symbol: L
         | 
| 174 | 
            +
              mass:
         | 
| 175 | 
            +
                powerNumerator: 1
         | 
| 176 | 
            +
                symbol: M
         | 
| 177 | 
            +
              time:
         | 
| 178 | 
            +
                powerNumerator: -3
         | 
| 179 | 
            +
                symbol: T
         | 
| 180 | 
            +
             | 
| 181 | 
            +
            NISTd19:
         | 
| 182 | 
            +
              length:
         | 
| 183 | 
            +
                powerNumerator: -2
         | 
| 184 | 
            +
                symbol: L
         | 
| 185 | 
            +
              mass:
         | 
| 186 | 
            +
                powerNumerator: -1
         | 
| 187 | 
            +
                symbol: M
         | 
| 188 | 
            +
              time:
         | 
| 189 | 
            +
                powerNumerator: 4
         | 
| 190 | 
            +
                symbol: T
         | 
| 191 | 
            +
              electric_current:
         | 
| 192 | 
            +
                powerNumerator: 2
         | 
| 193 | 
            +
                symbol: I
         | 
| 194 | 
            +
             | 
| 195 | 
            +
            NISTd18:
         | 
| 196 | 
            +
              length:
         | 
| 197 | 
            +
                powerNumerator: 2
         | 
| 198 | 
            +
                symbol: L
         | 
| 199 | 
            +
              mass:
         | 
| 200 | 
            +
                powerNumerator: 1
         | 
| 201 | 
            +
                symbol: M
         | 
| 202 | 
            +
              time:
         | 
| 203 | 
            +
                powerNumerator: -3
         | 
| 204 | 
            +
                symbol: T
         | 
| 205 | 
            +
              electric_current:
         | 
| 206 | 
            +
                powerNumerator: -1
         | 
| 207 | 
            +
                symbol: I
         | 
| 208 | 
            +
             | 
| 209 | 
            +
            NISTd21:
         | 
| 210 | 
            +
              length:
         | 
| 211 | 
            +
                powerNumerator: -2
         | 
| 212 | 
            +
                symbol: L
         | 
| 213 | 
            +
              mass:
         | 
| 214 | 
            +
                powerNumerator: -1
         | 
| 215 | 
            +
                symbol: M
         | 
| 216 | 
            +
              time:
         | 
| 217 | 
            +
                powerNumerator: 3
         | 
| 218 | 
            +
                symbol: T
         | 
| 219 | 
            +
              electric_current:
         | 
| 220 | 
            +
                powerNumerator: 2
         | 
| 221 | 
            +
                symbol: I
         | 
| 222 | 
            +
             | 
| 223 | 
            +
            NISTd20:
         | 
| 224 | 
            +
              length:
         | 
| 225 | 
            +
                powerNumerator: 2
         | 
| 226 | 
            +
                symbol: L
         | 
| 227 | 
            +
              mass:
         | 
| 228 | 
            +
                powerNumerator: 1
         | 
| 229 | 
            +
                symbol: M
         | 
| 230 | 
            +
              time:
         | 
| 231 | 
            +
                powerNumerator: -3
         | 
| 232 | 
            +
                symbol: T
         | 
| 233 | 
            +
              electric_current:
         | 
| 234 | 
            +
                powerNumerator: -2
         | 
| 235 | 
            +
                symbol: I
         | 
| 236 | 
            +
             | 
| 237 | 
            +
            NISTd23:
         | 
| 238 | 
            +
              length:
         | 
| 239 | 
            +
                powerNumerator: 2
         | 
| 240 | 
            +
                symbol: L
         | 
| 241 | 
            +
              mass:
         | 
| 242 | 
            +
                powerNumerator: 1
         | 
| 243 | 
            +
                symbol: M
         | 
| 244 | 
            +
              time:
         | 
| 245 | 
            +
                powerNumerator: -2
         | 
| 246 | 
            +
                symbol: T
         | 
| 247 | 
            +
              electric_current:
         | 
| 248 | 
            +
                powerNumerator: -2
         | 
| 249 | 
            +
                symbol: I
         | 
| 250 | 
            +
             | 
| 251 | 
            +
            NISTd22:
         | 
| 252 | 
            +
              length:
         | 
| 253 | 
            +
                powerNumerator: 2
         | 
| 254 | 
            +
                symbol: L
         | 
| 255 | 
            +
              mass:
         | 
| 256 | 
            +
                powerNumerator: 1
         | 
| 257 | 
            +
                symbol: M
         | 
| 258 | 
            +
              time:
         | 
| 259 | 
            +
                powerNumerator: -2
         | 
| 260 | 
            +
                symbol: T
         | 
| 261 | 
            +
              electric_current:
         | 
| 262 | 
            +
                powerNumerator: -1
         | 
| 263 | 
            +
                symbol: I
         | 
| 264 | 
            +
             | 
| 265 | 
            +
            NISTd25:
         | 
| 266 | 
            +
              length:
         | 
| 267 | 
            +
                powerNumerator: 2
         | 
| 268 | 
            +
                symbol: L
         | 
| 269 | 
            +
              time:
         | 
| 270 | 
            +
                powerNumerator: -2
         | 
| 271 | 
            +
                symbol: T
         | 
| 272 | 
            +
             | 
| 273 | 
            +
            NISTd24:
         | 
| 274 | 
            +
              time:
         | 
| 275 | 
            +
                powerNumerator: -1
         | 
| 276 | 
            +
                symbol: T
         | 
| 277 | 
            +
             | 
| 278 | 
            +
            NISTd27:
         | 
| 279 | 
            +
              length:
         | 
| 280 | 
            +
                powerNumerator: -2
         | 
| 281 | 
            +
                symbol: L
         | 
| 282 | 
            +
              luminous_intensity:
         | 
| 283 | 
            +
                powerNumerator: 1
         | 
| 284 | 
            +
                symbol: J
         | 
| 285 | 
            +
             | 
| 286 | 
            +
            NISTd26:
         | 
| 287 | 
            +
              time:
         | 
| 288 | 
            +
                powerNumerator: -1
         | 
| 289 | 
            +
                symbol: T
         | 
| 290 | 
            +
              amount_of_substance:
         | 
| 291 | 
            +
                powerNumerator: 1
         | 
| 292 | 
            +
                symbol: N
         | 
| 293 | 
            +
             | 
| 294 | 
            +
            NISTd29:
         | 
| 295 | 
            +
              length:
         | 
| 296 | 
            +
                powerNumerator: -1
         | 
| 297 | 
            +
                symbol: L
         | 
| 298 | 
            +
             | 
| 299 | 
            +
            NISTd28:
         | 
| 300 | 
            +
              length:
         | 
| 301 | 
            +
                powerNumerator: 1
         | 
| 302 | 
            +
                symbol: L
         | 
| 303 | 
            +
              time:
         | 
| 304 | 
            +
                powerNumerator: -2
         | 
| 305 | 
            +
                symbol: T
         | 
| 306 | 
            +
             | 
| 307 | 
            +
            NISTd31:
         | 
| 308 | 
            +
              length:
         | 
| 309 | 
            +
                powerNumerator: 3
         | 
| 310 | 
            +
                symbol: L
         | 
| 311 | 
            +
              mass:
         | 
| 312 | 
            +
                powerNumerator: -1
         | 
| 313 | 
            +
                symbol: M
         | 
| 314 | 
            +
             | 
| 315 | 
            +
            NISTd30:
         | 
| 316 | 
            +
              length:
         | 
| 317 | 
            +
                powerNumerator: -3
         | 
| 318 | 
            +
                symbol: L
         | 
| 319 | 
            +
              mass:
         | 
| 320 | 
            +
                powerNumerator: 1
         | 
| 321 | 
            +
                symbol: M
         | 
| 322 | 
            +
             | 
| 323 | 
            +
            NISTd34:
         | 
| 324 | 
            +
              length:
         | 
| 325 | 
            +
                powerNumerator: -3
         | 
| 326 | 
            +
                symbol: L
         | 
| 327 | 
            +
              amount_of_substance:
         | 
| 328 | 
            +
                powerNumerator: 1
         | 
| 329 | 
            +
                symbol: N
         | 
| 330 | 
            +
             | 
| 331 | 
            +
            NISTd35:
         | 
| 332 | 
            +
              time:
         | 
| 333 | 
            +
                powerNumerator: -2
         | 
| 334 | 
            +
                symbol: T
         | 
| 335 | 
            +
             | 
| 336 | 
            +
            NISTd32:
         | 
| 337 | 
            +
              length:
         | 
| 338 | 
            +
                powerNumerator: -2
         | 
| 339 | 
            +
                symbol: L
         | 
| 340 | 
            +
              electric_current:
         | 
| 341 | 
            +
                powerNumerator: 1
         | 
| 342 | 
            +
                symbol: I
         | 
| 343 | 
            +
             | 
| 344 | 
            +
            NISTd33:
         | 
| 345 | 
            +
              length:
         | 
| 346 | 
            +
                powerNumerator: -1
         | 
| 347 | 
            +
                symbol: L
         | 
| 348 | 
            +
              electric_current:
         | 
| 349 | 
            +
                powerNumerator: 1
         | 
| 350 | 
            +
                symbol: I
         | 
| 351 | 
            +
             | 
| 352 | 
            +
            NISTd38:
         | 
| 353 | 
            +
              mass:
         | 
| 354 | 
            +
                powerNumerator: 1
         | 
| 355 | 
            +
                symbol: M
         | 
| 356 | 
            +
              time:
         | 
| 357 | 
            +
                powerNumerator: -3
         | 
| 358 | 
            +
                symbol: T
         | 
| 359 | 
            +
             | 
| 360 | 
            +
            NISTd39:
         | 
| 361 | 
            +
              length:
         | 
| 362 | 
            +
                powerNumerator: 2
         | 
| 363 | 
            +
                symbol: L
         | 
| 364 | 
            +
              mass:
         | 
| 365 | 
            +
                powerNumerator: 1
         | 
| 366 | 
            +
                symbol: M
         | 
| 367 | 
            +
              time:
         | 
| 368 | 
            +
                powerNumerator: -2
         | 
| 369 | 
            +
                symbol: T
         | 
| 370 | 
            +
              thermodynamic_temperature:
         | 
| 371 | 
            +
                powerNumerator: -1
         | 
| 372 | 
            +
                symbol: Theta
         | 
| 373 | 
            +
             | 
| 374 | 
            +
            NISTd36:
         | 
| 375 | 
            +
              length:
         | 
| 376 | 
            +
                powerNumerator: -1
         | 
| 377 | 
            +
                symbol: L
         | 
| 378 | 
            +
              mass:
         | 
| 379 | 
            +
                powerNumerator: 1
         | 
| 380 | 
            +
                symbol: M
         | 
| 381 | 
            +
              time:
         | 
| 382 | 
            +
                powerNumerator: -1
         | 
| 383 | 
            +
                symbol: T
         | 
| 384 | 
            +
             | 
| 385 | 
            +
            NISTd37:
         | 
| 386 | 
            +
              mass:
         | 
| 387 | 
            +
                powerNumerator: 1
         | 
| 388 | 
            +
                symbol: M
         | 
| 389 | 
            +
              time:
         | 
| 390 | 
            +
                powerNumerator: -2
         | 
| 391 | 
            +
                symbol: T
         | 
| 392 | 
            +
             | 
| 393 | 
            +
            NISTd42:
         | 
| 394 | 
            +
              length:
         | 
| 395 | 
            +
                powerNumerator: 1
         | 
| 396 | 
            +
                symbol: L
         | 
| 397 | 
            +
              mass:
         | 
| 398 | 
            +
                powerNumerator: 1
         | 
| 399 | 
            +
                symbol: M
         | 
| 400 | 
            +
              time:
         | 
| 401 | 
            +
                powerNumerator: -3
         | 
| 402 | 
            +
                symbol: T
         | 
| 403 | 
            +
              electric_current:
         | 
| 404 | 
            +
                powerNumerator: -1
         | 
| 405 | 
            +
                symbol: I
         | 
| 406 | 
            +
             | 
| 407 | 
            +
            NISTd43:
         | 
| 408 | 
            +
              length:
         | 
| 409 | 
            +
                powerNumerator: -3
         | 
| 410 | 
            +
                symbol: L
         | 
| 411 | 
            +
              time:
         | 
| 412 | 
            +
                powerNumerator: 1
         | 
| 413 | 
            +
                symbol: T
         | 
| 414 | 
            +
              electric_current:
         | 
| 415 | 
            +
                powerNumerator: 1
         | 
| 416 | 
            +
                symbol: I
         | 
| 417 | 
            +
             | 
| 418 | 
            +
            NISTd40:
         | 
| 419 | 
            +
              length:
         | 
| 420 | 
            +
                powerNumerator: 2
         | 
| 421 | 
            +
                symbol: L
         | 
| 422 | 
            +
              time:
         | 
| 423 | 
            +
                powerNumerator: -2
         | 
| 424 | 
            +
                symbol: T
         | 
| 425 | 
            +
              thermodynamic_temperature:
         | 
| 426 | 
            +
                powerNumerator: -1
         | 
| 427 | 
            +
                symbol: Theta
         | 
| 428 | 
            +
             | 
| 429 | 
            +
            NISTd41:
         | 
| 430 | 
            +
              length:
         | 
| 431 | 
            +
                powerNumerator: 1
         | 
| 432 | 
            +
                symbol: L
         | 
| 433 | 
            +
              mass:
         | 
| 434 | 
            +
                powerNumerator: 1
         | 
| 435 | 
            +
                symbol: M
         | 
| 436 | 
            +
              time:
         | 
| 437 | 
            +
                powerNumerator: -3
         | 
| 438 | 
            +
                symbol: T
         | 
| 439 | 
            +
              thermodynamic_temperature:
         | 
| 440 | 
            +
                powerNumerator: -1
         | 
| 441 | 
            +
                symbol: Theta
         | 
| 442 | 
            +
             | 
| 443 | 
            +
            NISTd46:
         | 
| 444 | 
            +
              length:
         | 
| 445 | 
            +
                powerNumerator: 1
         | 
| 446 | 
            +
                symbol: L
         | 
| 447 | 
            +
              mass:
         | 
| 448 | 
            +
                powerNumerator: 1
         | 
| 449 | 
            +
                symbol: M
         | 
| 450 | 
            +
              time:
         | 
| 451 | 
            +
                powerNumerator: -2
         | 
| 452 | 
            +
                symbol: T
         | 
| 453 | 
            +
              electric_current:
         | 
| 454 | 
            +
                powerNumerator: -2
         | 
| 455 | 
            +
                symbol: I
         | 
| 456 | 
            +
             | 
| 457 | 
            +
            NISTd47:
         | 
| 458 | 
            +
              length:
         | 
| 459 | 
            +
                powerNumerator: 2
         | 
| 460 | 
            +
                symbol: L
         | 
| 461 | 
            +
              mass:
         | 
| 462 | 
            +
                powerNumerator: 1
         | 
| 463 | 
            +
                symbol: M
         | 
| 464 | 
            +
              time:
         | 
| 465 | 
            +
                powerNumerator: -2
         | 
| 466 | 
            +
                symbol: T
         | 
| 467 | 
            +
              amount_of_substance:
         | 
| 468 | 
            +
                powerNumerator: -1
         | 
| 469 | 
            +
                symbol: N
         | 
| 470 | 
            +
             | 
| 471 | 
            +
            NISTd44:
         | 
| 472 | 
            +
              length:
         | 
| 473 | 
            +
                powerNumerator: -2
         | 
| 474 | 
            +
                symbol: L
         | 
| 475 | 
            +
              time:
         | 
| 476 | 
            +
                powerNumerator: 1
         | 
| 477 | 
            +
                symbol: T
         | 
| 478 | 
            +
              electric_current:
         | 
| 479 | 
            +
                powerNumerator: 1
         | 
| 480 | 
            +
                symbol: I
         | 
| 481 | 
            +
             | 
| 482 | 
            +
            NISTd45:
         | 
| 483 | 
            +
              length:
         | 
| 484 | 
            +
                powerNumerator: -3
         | 
| 485 | 
            +
                symbol: L
         | 
| 486 | 
            +
              mass:
         | 
| 487 | 
            +
                powerNumerator: -1
         | 
| 488 | 
            +
                symbol: M
         | 
| 489 | 
            +
              time:
         | 
| 490 | 
            +
                powerNumerator: 4
         | 
| 491 | 
            +
                symbol: T
         | 
| 492 | 
            +
              electric_current:
         | 
| 493 | 
            +
                powerNumerator: 2
         | 
| 494 | 
            +
                symbol: I
         | 
| 495 | 
            +
             | 
| 496 | 
            +
            NISTd51:
         | 
| 497 | 
            +
              length:
         | 
| 498 | 
            +
                powerNumerator: -2
         | 
| 499 | 
            +
                symbol: L
         | 
| 500 | 
            +
              mass:
         | 
| 501 | 
            +
                powerNumerator: 1
         | 
| 502 | 
            +
                symbol: M
         | 
| 503 | 
            +
             | 
| 504 | 
            +
            NISTd50:
         | 
| 505 | 
            +
              length:
         | 
| 506 | 
            +
                powerNumerator: 2
         | 
| 507 | 
            +
                symbol: L
         | 
| 508 | 
            +
              time:
         | 
| 509 | 
            +
                powerNumerator: -3
         | 
| 510 | 
            +
                symbol: T
         | 
| 511 | 
            +
             | 
| 512 | 
            +
            NISTd49:
         | 
| 513 | 
            +
              mass:
         | 
| 514 | 
            +
                powerNumerator: -1
         | 
| 515 | 
            +
                symbol: M
         | 
| 516 | 
            +
              time:
         | 
| 517 | 
            +
                powerNumerator: 1
         | 
| 518 | 
            +
                symbol: T
         | 
| 519 | 
            +
              electric_current:
         | 
| 520 | 
            +
                powerNumerator: 1
         | 
| 521 | 
            +
                symbol: I
         | 
| 522 | 
            +
             | 
| 523 | 
            +
            NISTd48:
         | 
| 524 | 
            +
              length:
         | 
| 525 | 
            +
                powerNumerator: 2
         | 
| 526 | 
            +
                symbol: L
         | 
| 527 | 
            +
              mass:
         | 
| 528 | 
            +
                powerNumerator: 1
         | 
| 529 | 
            +
                symbol: M
         | 
| 530 | 
            +
              time:
         | 
| 531 | 
            +
                powerNumerator: -2
         | 
| 532 | 
            +
                symbol: T
         | 
| 533 | 
            +
              thermodynamic_temperature:
         | 
| 534 | 
            +
                powerNumerator: -1
         | 
| 535 | 
            +
                symbol: Theta
         | 
| 536 | 
            +
              amount_of_substance:
         | 
| 537 | 
            +
                powerNumerator: -1
         | 
| 538 | 
            +
                symbol: N
         | 
| 539 | 
            +
             | 
| 540 | 
            +
            NISTd55:
         | 
| 541 | 
            +
              mass:
         | 
| 542 | 
            +
                powerNumerator: -3
         | 
| 543 | 
            +
                symbol: M
         | 
| 544 | 
            +
              time:
         | 
| 545 | 
            +
                powerNumerator: -1
         | 
| 546 | 
            +
                symbol: T
         | 
| 547 | 
            +
              amount_of_substance:
         | 
| 548 | 
            +
                powerNumerator: 1
         | 
| 549 | 
            +
                symbol: N
         | 
| 550 | 
            +
             | 
| 551 | 
            +
            NISTd54:
         | 
| 552 | 
            +
              length:
         | 
| 553 | 
            +
                powerNumerator: 2
         | 
| 554 | 
            +
                symbol: L
         | 
| 555 | 
            +
              mass:
         | 
| 556 | 
            +
                powerNumerator: 1
         | 
| 557 | 
            +
                symbol: M
         | 
| 558 | 
            +
              time:
         | 
| 559 | 
            +
                powerNumerator: 2
         | 
| 560 | 
            +
                symbol: T
         | 
| 561 | 
            +
              electric_current:
         | 
| 562 | 
            +
                powerNumerator: 2
         | 
| 563 | 
            +
                symbol: I
         | 
| 564 | 
            +
             | 
| 565 | 
            +
            NISTd53:
         | 
| 566 | 
            +
              mass:
         | 
| 567 | 
            +
                powerNumerator: -2
         | 
| 568 | 
            +
                symbol: M
         | 
| 569 | 
            +
              time:
         | 
| 570 | 
            +
                powerNumerator: 1
         | 
| 571 | 
            +
                symbol: T
         | 
| 572 | 
            +
              electric_current:
         | 
| 573 | 
            +
                powerNumerator: 1
         | 
| 574 | 
            +
                symbol: I
         | 
| 575 | 
            +
             | 
| 576 | 
            +
            NISTd52:
         | 
| 577 | 
            +
              length:
         | 
| 578 | 
            +
                powerNumerator: 1
         | 
| 579 | 
            +
                symbol: L
         | 
| 580 | 
            +
              mass:
         | 
| 581 | 
            +
                powerNumerator: -1
         | 
| 582 | 
            +
                symbol: M
         | 
| 583 | 
            +
              time:
         | 
| 584 | 
            +
                powerNumerator: 1
         | 
| 585 | 
            +
                symbol: T
         | 
| 586 | 
            +
             | 
| 587 | 
            +
            NISTd59:
         | 
| 588 | 
            +
              length:
         | 
| 589 | 
            +
                powerNumerator: 2
         | 
| 590 | 
            +
                symbol: L
         | 
| 591 | 
            +
              mass:
         | 
| 592 | 
            +
                powerNumerator: 1
         | 
| 593 | 
            +
                symbol: M
         | 
| 594 | 
            +
             | 
| 595 | 
            +
            NISTd58:
         | 
| 596 | 
            +
              length:
         | 
| 597 | 
            +
                powerNumerator: -1
         | 
| 598 | 
            +
                symbol: L
         | 
| 599 | 
            +
              mass:
         | 
| 600 | 
            +
                powerNumerator: 1
         | 
| 601 | 
            +
                symbol: M
         | 
| 602 | 
            +
             | 
| 603 | 
            +
            NISTd57:
         | 
| 604 | 
            +
              length:
         | 
| 605 | 
            +
                powerNumerator: 4
         | 
| 606 | 
            +
                symbol: L
         | 
| 607 | 
            +
             | 
| 608 | 
            +
            NISTd56:
         | 
| 609 | 
            +
              length:
         | 
| 610 | 
            +
                powerNumerator: 2
         | 
| 611 | 
            +
                symbol: L
         | 
| 612 | 
            +
              time:
         | 
| 613 | 
            +
                powerNumerator: -1
         | 
| 614 | 
            +
                symbol: T
         | 
| 615 | 
            +
             | 
| 616 | 
            +
            NISTd63:
         | 
| 617 | 
            +
              length:
         | 
| 618 | 
            +
                powerNumerator: 1
         | 
| 619 | 
            +
                symbol: L
         | 
| 620 | 
            +
              mass:
         | 
| 621 | 
            +
                powerNumerator: -1
         | 
| 622 | 
            +
                symbol: M
         | 
| 623 | 
            +
              time:
         | 
| 624 | 
            +
                powerNumerator: 2
         | 
| 625 | 
            +
                symbol: T
         | 
| 626 | 
            +
             | 
| 627 | 
            +
            NISTd62:
         | 
| 628 | 
            +
              length:
         | 
| 629 | 
            +
                powerNumerator: 3
         | 
| 630 | 
            +
                symbol: L
         | 
| 631 | 
            +
              mass:
         | 
| 632 | 
            +
                powerNumerator: -1
         | 
| 633 | 
            +
                symbol: M
         | 
| 634 | 
            +
              time:
         | 
| 635 | 
            +
                powerNumerator: -2
         | 
| 636 | 
            +
                symbol: T
         | 
| 637 | 
            +
             | 
| 638 | 
            +
            NISTd61:
         | 
| 639 | 
            +
              length:
         | 
| 640 | 
            +
                powerNumerator: 1
         | 
| 641 | 
            +
                symbol: L
         | 
| 642 | 
            +
              mass:
         | 
| 643 | 
            +
                powerNumerator: 1
         | 
| 644 | 
            +
                symbol: M
         | 
| 645 | 
            +
              time:
         | 
| 646 | 
            +
                powerNumerator: -1
         | 
| 647 | 
            +
                symbol: T
         | 
| 648 | 
            +
             | 
| 649 | 
            +
            NISTd60:
         | 
| 650 | 
            +
              length:
         | 
| 651 | 
            +
                powerNumerator: 2
         | 
| 652 | 
            +
                symbol: L
         | 
| 653 | 
            +
              mass:
         | 
| 654 | 
            +
                powerNumerator: 1
         | 
| 655 | 
            +
                symbol: M
         | 
| 656 | 
            +
              time:
         | 
| 657 | 
            +
                powerNumerator: -1
         | 
| 658 | 
            +
                symbol: T
         | 
| 659 | 
            +
             | 
| 660 | 
            +
            NISTd68:
         | 
| 661 | 
            +
              thermodynamic_temperature:
         | 
| 662 | 
            +
                powerNumerator: -1
         | 
| 663 | 
            +
                symbol: Theta
         | 
| 664 | 
            +
             | 
| 665 | 
            +
            NISTd69:
         | 
| 666 | 
            +
              length:
         | 
| 667 | 
            +
                powerNumerator: -1
         | 
| 668 | 
            +
                symbol: L
         | 
| 669 | 
            +
              mass:
         | 
| 670 | 
            +
                powerNumerator: 1
         | 
| 671 | 
            +
                symbol: M
         | 
| 672 | 
            +
              time:
         | 
| 673 | 
            +
                powerNumerator: -2
         | 
| 674 | 
            +
                symbol: T
         | 
| 675 | 
            +
              thermodynamic_temperature:
         | 
| 676 | 
            +
                powerNumerator: -1
         | 
| 677 | 
            +
                symbol: Theta
         | 
| 678 | 
            +
             | 
| 679 | 
            +
            NISTd70:
         | 
| 680 | 
            +
              length:
         | 
| 681 | 
            +
                powerNumerator: 1
         | 
| 682 | 
            +
                symbol: L
         | 
| 683 | 
            +
              mass:
         | 
| 684 | 
            +
                powerNumerator: -1
         | 
| 685 | 
            +
                symbol: M
         | 
| 686 | 
            +
              time:
         | 
| 687 | 
            +
                powerNumerator: 2
         | 
| 688 | 
            +
                symbol: T
         | 
| 689 | 
            +
             | 
| 690 | 
            +
            NISTd71:
         | 
| 691 | 
            +
              mass:
         | 
| 692 | 
            +
                powerNumerator: 1
         | 
| 693 | 
            +
                symbol: M
         | 
| 694 | 
            +
              time:
         | 
| 695 | 
            +
                powerNumerator: -3
         | 
| 696 | 
            +
                symbol: T
         | 
| 697 | 
            +
              thermodynamic_temperature:
         | 
| 698 | 
            +
                powerNumerator: -1
         | 
| 699 | 
            +
                symbol: Theta
         | 
| 700 | 
            +
             | 
| 701 | 
            +
            NISTd64:
         | 
| 702 | 
            +
              dimensionless: true
         | 
| 703 | 
            +
              plane_angle:
         | 
| 704 | 
            +
                powerNumerator: 1
         | 
| 705 | 
            +
                symbol: phi
         | 
| 706 | 
            +
             | 
| 707 | 
            +
            NISTd65:
         | 
| 708 | 
            +
              mass:
         | 
| 709 | 
            +
                powerNumerator: 1
         | 
| 710 | 
            +
                symbol: M
         | 
| 711 | 
            +
              time:
         | 
| 712 | 
            +
                powerNumerator: -1
         | 
| 713 | 
            +
                symbol: T
         | 
| 714 | 
            +
             | 
| 715 | 
            +
            NISTd66:
         | 
| 716 | 
            +
              length:
         | 
| 717 | 
            +
                powerNumerator: 3
         | 
| 718 | 
            +
                symbol: L
         | 
| 719 | 
            +
              time:
         | 
| 720 | 
            +
                powerNumerator: -1
         | 
| 721 | 
            +
                symbol: T
         | 
| 722 | 
            +
             | 
| 723 | 
            +
            NISTd67:
         | 
| 724 | 
            +
              dimensionless: true
         | 
| 725 | 
            +
            NISTd76:
         | 
| 726 | 
            +
              mass:
         | 
| 727 | 
            +
                powerNumerator: 1
         | 
| 728 | 
            +
                symbol: M
         | 
| 729 | 
            +
              time:
         | 
| 730 | 
            +
                powerNumerator: 4
         | 
| 731 | 
            +
                symbol: T
         | 
| 732 | 
            +
              electric_current:
         | 
| 733 | 
            +
                powerNumerator: 2
         | 
| 734 | 
            +
                symbol: I
         | 
| 735 | 
            +
             | 
| 736 | 
            +
            NISTd77:
         | 
| 737 | 
            +
              length:
         | 
| 738 | 
            +
                powerNumerator: -1
         | 
| 739 | 
            +
                symbol: L
         | 
| 740 | 
            +
              mass:
         | 
| 741 | 
            +
                powerNumerator: -2
         | 
| 742 | 
            +
                symbol: M
         | 
| 743 | 
            +
              time:
         | 
| 744 | 
            +
                powerNumerator: 7
         | 
| 745 | 
            +
                symbol: T
         | 
| 746 | 
            +
              electric_current:
         | 
| 747 | 
            +
                powerNumerator: 3
         | 
| 748 | 
            +
                symbol: I
         | 
| 749 | 
            +
             | 
| 750 | 
            +
            NISTd78:
         | 
| 751 | 
            +
              length:
         | 
| 752 | 
            +
                powerNumerator: -2
         | 
| 753 | 
            +
                symbol: L
         | 
| 754 | 
            +
              mass:
         | 
| 755 | 
            +
                powerNumerator: -3
         | 
| 756 | 
            +
                symbol: M
         | 
| 757 | 
            +
              time:
         | 
| 758 | 
            +
                powerNumerator: 10
         | 
| 759 | 
            +
                symbol: T
         | 
| 760 | 
            +
              electric_current:
         | 
| 761 | 
            +
                powerNumerator: 4
         | 
| 762 | 
            +
                symbol: I
         | 
| 763 | 
            +
             | 
| 764 | 
            +
            NISTd79:
         | 
| 765 | 
            +
              mass:
         | 
| 766 | 
            +
                powerNumerator: 1
         | 
| 767 | 
            +
                symbol: M
         | 
| 768 | 
            +
              amount_of_substance:
         | 
| 769 | 
            +
                powerNumerator: 1
         | 
| 770 | 
            +
                symbol: N
         | 
| 771 | 
            +
             | 
| 772 | 
            +
            NISTd72:
         | 
| 773 | 
            +
              length:
         | 
| 774 | 
            +
                powerNumerator: 1
         | 
| 775 | 
            +
                symbol: L
         | 
| 776 | 
            +
              time:
         | 
| 777 | 
            +
                powerNumerator: 1
         | 
| 778 | 
            +
                symbol: T
         | 
| 779 | 
            +
              electric_current:
         | 
| 780 | 
            +
                powerNumerator: 1
         | 
| 781 | 
            +
                symbol: I
         | 
| 782 | 
            +
             | 
| 783 | 
            +
            NISTd73:
         | 
| 784 | 
            +
              length:
         | 
| 785 | 
            +
                powerNumerator: 2
         | 
| 786 | 
            +
                symbol: L
         | 
| 787 | 
            +
              electric_current:
         | 
| 788 | 
            +
                powerNumerator: 1
         | 
| 789 | 
            +
                symbol: I
         | 
| 790 | 
            +
             | 
| 791 | 
            +
            NISTd74:
         | 
| 792 | 
            +
              mass:
         | 
| 793 | 
            +
                powerNumerator: 1
         | 
| 794 | 
            +
                symbol: M
         | 
| 795 | 
            +
              time:
         | 
| 796 | 
            +
                powerNumerator: -3
         | 
| 797 | 
            +
                symbol: T
         | 
| 798 | 
            +
              electric_current:
         | 
| 799 | 
            +
                powerNumerator: -1
         | 
| 800 | 
            +
                symbol: I
         | 
| 801 | 
            +
             | 
| 802 | 
            +
            NISTd75:
         | 
| 803 | 
            +
              length:
         | 
| 804 | 
            +
                powerNumerator: 2
         | 
| 805 | 
            +
                symbol: L
         | 
| 806 | 
            +
              time:
         | 
| 807 | 
            +
                powerNumerator: 1
         | 
| 808 | 
            +
                symbol: T
         | 
| 809 | 
            +
              electric_current:
         | 
| 810 | 
            +
                powerNumerator: 1
         | 
| 811 | 
            +
                symbol: I
         | 
| 812 | 
            +
             | 
| 813 | 
            +
            #NISTd85:
         | 
| 814 | 
            +
            #dimensionless: true
         | 
| 815 | 
            +
             | 
| 816 | 
            +
            #NISTd84:
         | 
| 817 | 
            +
            #dimensionless: true
         | 
| 818 | 
            +
             | 
| 819 | 
            +
            #NISTd87:
         | 
| 820 | 
            +
            #dimensionless: true
         | 
| 821 | 
            +
             | 
| 822 | 
            +
            #NISTd86:
         | 
| 823 | 
            +
            #dimensionless: true
         | 
| 824 | 
            +
             | 
| 825 | 
            +
            #NISTd81:
         | 
| 826 | 
            +
            #dimensionless: true
         | 
| 827 | 
            +
             | 
| 828 | 
            +
            NISTd80:
         | 
| 829 | 
            +
                dimensionless: true
         | 
| 830 | 
            +
             | 
| 831 | 
            +
            #NISTd83:
         | 
| 832 | 
            +
            #dimensionless: true
         | 
| 833 | 
            +
             | 
| 834 | 
            +
            #NISTd82:
         | 
| 835 | 
            +
            #dimensionless: true
         | 
| 836 | 
            +
             | 
| 837 | 
            +
            #NISTd95:
         | 
| 838 | 
            +
            #dimensionless: true
         | 
| 839 | 
            +
             | 
| 840 | 
            +
            #NISTd94:
         | 
| 841 | 
            +
            #dimensionless: true
         | 
| 842 | 
            +
             | 
| 843 | 
            +
            #NISTd89:
         | 
| 844 | 
            +
            #dimensionless: true
         | 
| 845 | 
            +
             | 
| 846 | 
            +
            #NISTd88:
         | 
| 847 | 
            +
            #dimensionless: true
         | 
| 848 | 
            +
             | 
| 849 | 
            +
            #NISTd91:
         | 
| 850 | 
            +
            #dimensionless: true
         | 
| 851 | 
            +
             | 
| 852 | 
            +
            #NISTd90:
         | 
| 853 | 
            +
            #dimensionless: true
         | 
| 854 | 
            +
             | 
| 855 | 
            +
            #NISTd92:
         | 
| 856 | 
            +
            #dimensionless: true
         | 
| 857 | 
            +
             | 
| 858 | 
            +
            #NISTd93:
         | 
| 859 | 
            +
            #dimensionless: true
         |