-- | Re-exporting the Misc.* modules

module Math.RootLoci.Misc 
  ( module Math.RootLoci.Misc.Common 
  , module Math.RootLoci.Misc.PTable
  , module Math.Algebra.Polynomial.Pretty
  )
  where

import Math.RootLoci.Misc.Common 
import Math.RootLoci.Misc.PTable
import Math.Algebra.Polynomial.Pretty