home *** CD-ROM | disk | FTP | other *** search
-
- (* This sets up the autoloading of packages for the simplification of
- various math functions.
- *)
-
- Begin[ "System`"]
-
- SystemStub[ {SimplifyGamma}, "Gamma.m"]
-
- SystemStub[ {SimplifyPolyGamma}, "PolyGamma.m"]
-
- SimplifyGamma::usage =
- "SimplifyGamma[expr] performs a sequence of gamma-function transformations
- on expr, and returns the simplest form it finds."
-
- SimplifyPolyGamma::usage =
- "SimplifyPolyGamma[expr] performs a sequence of polygamma-function
- transformations on expr, and returns the simplest form it finds."
-
- End[]
-
-