Sha256: d32c9a81fd339cd033e0d1973110c36b70ea7684bce991bba4b674347b0b4f5c
Contents?: true
Size: 655 Bytes
Versions: 22
Compression:
Stored size: 655 Bytes
Contents
# -*- encoding: utf-8 -*- # -*- frozen_string_literal: true -*- # -*- warn_indent: true -*- UnitMeasurements::ElectricConductance = UnitMeasurements.build do primitive "S" system :metric do si_unit "S", aliases: ["℧", "Ω⁻¹", "siemens", "mho", "mhos"] unit "A/V", value: "1 S", aliases: ["A·V⁻¹", "amp/volt", "amps/volt", "ampere/volt", "amperes/volt", "ampere per volt", "amperes per volt"] end system :centimetre_gram_second do unit "abS", value: "1e+9 S", aliases: ["ab℧", "absiemens", "abmho", "abmhos"] unit "statS", value: "1.112347e-12 S", aliases: ["stat℧", "statsiemens", "statmho", "statmhos"] end end
Version data entries
22 entries across 22 versions & 1 rubygems