calculate resistance in ohms::
>>> o = Ohms() >>> results = o.resistance(V=48, I=4) >>> >>> print(results) 12.0 >>>