View Single Post
  #28  
Old February 24th, 2004, 09:45 PM
Taqwus's Avatar

Taqwus Taqwus is offline
Major General
 
Join Date: Aug 2000
Location: Mountain View, CA
Posts: 2,162
Thanks: 2
Thanked 4 Times in 4 Posts
Taqwus is on a distinguished road
Default Re: JAVA programmer? (and Win-DomMap, and some GIMP)

M_PI is normally the value of PI from math.h or a subinclude. For instance, on a Linux box I've nearby, /usr/include/math.h contains
# define M_PI 3.14159265358979323846 /* pi */
(in a block of defines surrounded by an #ifdef relating to BSD).
__________________
Are we insane yet? Are we insane yet? Aiiieeeeee...
Reply With Quote