From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: magnitude and make-polar Date: Tue, 08 Jul 2003 10:30:09 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87isqdlv1q.fsf@zip.com.au> References: <87el15suwg.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1057624338 30986 80.91.224.249 (8 Jul 2003 00:32:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 8 Jul 2003 00:32:18 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jul 08 02:32:17 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19ZgOi-00082i-00 for ; Tue, 08 Jul 2003 02:31:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19ZgP9-0003y7-Pf for guile-devel@m.gmane.org; Mon, 07 Jul 2003 20:32:23 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19ZgOe-0003jz-TU for guile-devel@gnu.org; Mon, 07 Jul 2003 20:31:52 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19ZgOK-0003Fh-TG for guile-devel@gnu.org; Mon, 07 Jul 2003 20:31:34 -0400 Original-Received: from snoopy.pacific.net.au ([61.8.0.36]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19ZgND-0002b7-TX for guile-devel@gnu.org; Mon, 07 Jul 2003 20:30:24 -0400 Original-Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) h680UIZY003015 for ; Tue, 8 Jul 2003 10:30:18 +1000 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h680UHQg006881 for ; Tue, 8 Jul 2003 10:30:17 +1000 (EST) Original-Received: from localhost (ppp112.dyn228.pacific.net.au [203.143.228.112]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h680UFnh027451 for ; Tue, 8 Jul 2003 10:30:16 +1000 (EST) Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 19ZgN0-0000pY-00; Tue, 08 Jul 2003 10:30:10 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never In-Reply-To: <87el15suwg.fsf@zip.com.au> (Kevin Ryde's message of "Sat, 05 Jul 2003 10:02:23 +1000") User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2605 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2605 I wrote: > > * numbers.c (s_scm_make_polar): Use sincos, when available. > (scm_magnitude): Use hypot. > * configure.in (AC_CHECK_FUNCS): Add sincos. > * tests/numbers.test (make-polar, magnitude): Add tests. I made this change. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel