Re: mathematical functions?
Re: mathematical functions?
- Subject: Re: mathematical functions?
- From: Stefan Arentz <email@hidden>
- Date: Tue, 15 May 2001 08:29:49 +0200
On Tuesday, May 15, 2001, at 04:37 AM, Greg Titus wrote:
...
>
All (I think?) of the math functions in Java's Math class are built from
>
C functions that are built in to OS X. There aren't constants though, so
>
you will have to use your own value for Pi.
Sure there are constants. They are in <math.h>. Pi is defined as M_PI.
Stefan