Sha256: 800bd54273dd19a743c94ade8f728717f3251b397cc542ef03fa354a47123e8b
Contents?: true
Size: 550 Bytes
Versions: 22
Compression:
Stored size: 550 Bytes
Contents
# -*- encoding: utf-8 -*- # -*- frozen_string_literal: true -*- # -*- warn_indent: true -*- UnitMeasurements::ElectricalInductance = UnitMeasurements.build do primitive "H" system :metric do si_unit "H", aliases: ["henry", "henries"] unit "Wb/A", value: "1 H", aliases: ["Wb·A⁻¹", "weber per ampere", "webers per ampere"] end system :centimetre_gram_second do unit "abH", value: "1e-9 H", aliases: ["abhenry", "abhenries"] unit "statH", value: "8.98755178736818e+11 H", aliases: ["stathenry", "stathenries"] end end
Version data entries
22 entries across 22 versions & 1 rubygems