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