~vibhavp/ubuntu/saucy/urg/merge-from-debian

« back to all changes in this revision

Viewing changes to src/cpp/system/MathUtils.h

  • Committer: Bazaar Package Importer
  • Author(s): Albert Huang
  • Date: 2011-05-20 11:33:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110520113303-u8niofzwzcea0osk
Tags: 0.8.12-1
* New upstream release (closes: #624987)
* Add debian/watch file
* Bump standards-version to 3.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
  \author Satofumi KAMIMURA
9
9
 
10
 
  $Id: MathUtils.h 1545 2009-11-22 10:03:00Z satofumi $
 
10
  $Id: MathUtils.h 1815 2010-05-06 17:34:19Z satofumi $
11
11
*/
12
12
 
13
13
#include "DetectOS.h"
16
16
#endif
17
17
#include <math.h>
18
18
 
 
19
 
19
20
#ifndef M_PI
20
 
// Visual C++ 6.0 �p
21
 
#define M_PI 3.14159265358979323846 //!< �~����
 
21
//! �~���� (Visual C++ 6.0 �p)
 
22
#define M_PI 3.14159265358979323846
22
23
#endif
23
24
 
24
25
#if defined(MSC)