Have you defined the 'pi' constant?

If you are trying to use PHP's built-in PI constant, it is named 'M_PI'

Perhaps consider increasing your error reporting level so that PHP reports
problems like undefined constants - see error_reporting() for more details.

--zak

----- Original Message -----
From: "Julia A. Case" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 23, 2001 12:07 AM
Subject: [PHP] math question


> $theta = 15*pi/360;
> gives a value of 0 for $theta...  it should be something like 0.131...



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to