sigma-ij-0.2.0.2: Thom polynomials of second order Thom-Boardman singularities

Safe HaskellSafe
LanguageHaskell2010

Math.FreeModule.PrettyPrint

Synopsis

Documentation

bracket :: (a -> String) -> a -> String Source #

prettyPrintRealWith :: (FreeModule x, Real (Coeff x), Show (Coeff x)) => (Base x -> String) -> x -> String Source #

Print stuff with real (eg integral or rational) coefficients

prettyPrintRealWith' :: (FreeModule x, Real (Coeff x), Show (Coeff x)) => (Coeff x -> String) -> (Base x -> String) -> x -> String Source #

prettyPrintArbWith :: FreeModule x => (Base x -> String) -> (Coeff x -> String) -> x -> String Source #

Print stuff with arbitrary coefficients