Raw File
cmath
/* -*- C++ -*- */
/*************************************************************************
 * Copyright(c) 1995~2005  Masaharu Goto (cint@pcroot.cern.ch)
 *
 * For the licensing terms see the file COPYING
 *
 ************************************************************************/
namespace std {
#include <math.h>
#pragma include_noerr <stdcxxfunc.dll>
}

back to top