// -*- C++ -*-
/*
	Copyright 08/02/99 Sun Microsystems, Inc. All Rights Reserved
*/

#ifndef _MATH_H

  #include <sys/feature_tests.h>
  #ifdef _ISO_CPP_14882_1998
    #include <iso/math_iso.h>
  #else
    #pragma ident "@(#)cmath	1.12  08/02/99 C++5.0"
    #include "math_iso_SUNWCC.h"
  #endif

#endif /* _MATH_H */
