-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Compute resistance of linear electrical circuits -- @package linear-circuit @version 0.0 module Math.LinearCircuit resistance :: (Edge edge, Ord node, Field a) => Graph edge node a nodeLabel -> node -> node -> a