iliekturtles / uom

Units of measurement -- type-safe zero-cost dimensional analysis
Apache License 2.0
989 stars 89 forks source link

New unit `ElectricalSusceptance` #449

Open ISibboI opened 7 months ago

ISibboI commented 7 months ago

The susceptance, measured in siemens (like conductance) is an important quantity for AC electrical systems. So far, only the ElectricalConductance exists. It would be nice to have both.

iliekturtles commented 6 months ago

ElectricalSusceptance can be a near copy of ElectricalConductance, but with a new different Kind (not really sure what to name it).