// factorial.h
// Name:  Gary T. Leavens
// TA:    Bjarne Stroustrup
// Section:  A1

extren double fact(unsigned int n);
  // POST: FCTVAL is an approximation to the factorial of n.
