Sha256: 22e953341fbedc4dffe9d1c93ed617782a96f465492e6ff7e754dc2a373ff747
Contents?: true
Size: 536 Bytes
Versions: 12
Compression:
Stored size: 536 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: ["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
12 entries across 12 versions & 1 rubygems