Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12917 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74550 invoked by uid 1010); 20 Sep 2004 19:02:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 71501 invoked from network); 20 Sep 2004 19:01:54 -0000 Received: from unknown (HELO sapo.pt) (212.55.154.23) by pb1.pair.com with SMTP; 20 Sep 2004 19:01:52 -0000 Received: (qmail 19829 invoked from network); 20 Sep 2004 19:01:51 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.155) by relay3 with SMTP; 20 Sep 2004 19:01:51 -0000 Received: (qmail 3253 invoked from network); 20 Sep 2004 18:58:15 -0000 Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.155.147]) (envelope-sender ) by mta5 (qmail-ldap-1.03) with SMTP for ; 20 Sep 2004 18:58:15 -0000 Message-ID: <000301c49f44$e1f7ea50$0100a8c0@pc07653> To: "PHPdev" Date: Mon, 20 Sep 2004 20:06:06 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: hypot() on windows From: nlopess@php.net ("Nuno Lopes") Hello, I was writing the docs for hypot() and I've discovered it is not avaliable on windows, because of a '#ifdef HAVE_HYPOT'. The problem is that HAVE_HYPOT is not defined, but should be: http://msdn.microsoft.com/library/en-us/vccore98/HTML/_crt__hypot.asp Can someone please correct this, please? Thanks, Nuno