
/*
        Copyright 07/20/98 Sun Microsystems, Inc. All Rights Reserved
*/


#ifndef _MATH_H
#define __STD_MATH_H

#include "/usr/include/math.h"

#ifndef __STD_CMATH

namespace std {

//
// functions
//
using acos;
using asin;
using atan2;
using atan;
using ceil;
using cos;
using cosh;
using exp;
using fabs;
using floor;
using fmod;
using frexp;
using ldexp;
using log10;
using log;
using modf;
using pow;
using sin;
using sinh;
using sqrt;
using tan;
using tanh;

}

#endif

#endif /*__STD_MATH_H*/
