Browse Subversion Repository
Contents of /common/MathUtils.h
Parent Directory
| Revision Log
Revision 191 -
( show annotations)
( download)
( as text)
Fri Jan 4 02:49:36 2008 UTC
(16 years, 3 months ago)
by satofumi
File MIME type: text/x-chdr
File size: 275 byte(s)
using namespace beego
| 1 |
#ifndef MATH_UTILS_H |
| 2 |
#define MATH_UTILS_H |
| 3 |
|
| 4 |
/*! |
| 5 |
\file |
| 6 |
\brief wÖĚâč` |
| 7 |
|
| 8 |
\author Satofumi KAMIMURA |
| 9 |
|
| 10 |
$Id$ |
| 11 |
*/ |
| 12 |
|
| 13 |
#include "DetectOS.h" |
| 14 |
#include <math.h> |
| 15 |
|
| 16 |
|
| 17 |
#ifdef WINDOWS_OS |
| 18 |
#ifndef M_PI |
| 19 |
#define M_PI 3.14159265358979323846 |
| 20 |
#endif |
| 21 |
#endif |
| 22 |
|
| 23 |
#endif /* !MATH_UTILS_H */ |
|