Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion sqrt

Newsgroups: perl.perl6.internals
Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!nntp.perl.org
Return-Path: <Matt_Fow...@softhome.net>
Mailing-List: contact perl6-internals-h...@perl.org; run by ezmlm
Delivered-To: mailing list perl6-intern...@perl.org
Received: (qmail 16841 invoked from network); 28 Apr 2004 02:29:18 -0000
Received: from x1.develooper.com (63.251.223.170)
  by onion.develooper.com with SMTP; 28 Apr 2004 02:29:18 -0000
Received: (qmail 18717 invoked by uid 225); 28 Apr 2004 02:29:18 -0000
Delivered-To: perl6-intern...@perl.org
Received: (qmail 18712 invoked by alias); 28 Apr 2004 02:29:17 -0000
X-Spam-Status: No, hits=0.0 required=7.0
	tests=
X-Spam-Check-By: la.mx.develooper.com
Received: from jive.SoftHome.net (HELO jive.SoftHome.net) (66.54.152.27)
  by la.mx.develooper.com (qpsmtpd/0.27.1) with SMTP; Tue, 27 Apr 2004 19:29:16 -0700
Received: (qmail 2602 invoked by uid 417); 28 Apr 2004 02:29:14 -0000
Received: from tango-.softhome.net (HELO softhome.net) (172.16.2.14)
  by shunt-smtp-com-out-com-0 with SMTP; 28 Apr 2004 02:29:14 -0000
Received: from softhome.net ([130.58.235.196])
  (AUTH: PLAIN Matt_Fow...@softhome.net)
  by softhome.net with esmtp; Tue, 27 Apr 2004 20:29:13 -0600
Message-ID: <408F16F9.1080809@softhome.net>
Date: Tue, 27 Apr 2004 22:29:13 -0400
Reply-To: Matt_Fow...@softhome.net
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Dan Sugalski <d...@sidhe.org>
CC: Stefan Lidman <steli...@student.ltu.se>, perl6-intern...@perl.org
Subject: Re: sqrt
References: <20040427012905.5676E170EB@puce.campus.luth.se> <a06100501bcb417708454@[10.0.1.2]> <20040427145043.7A95A170F4@puce.campus.luth.se> <a06100505bcb4314b4932@[10.0.1.2]>
In-Reply-To: <a06100505bcb4314b4932@[10.0.1.2]>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Rating: onion.develooper.com 1.6.2 0/1000/N
Approved: n...@nntp.perl.org
From: Matt_Fow...@softhome.net (Matt Fowles)

All~

Perhaps it is just the mathematician in me speaking, but I think that a 
sqrt op might be superfluous and could be replaced with exp as sqrt(x) 
== exp(x,0.5).  I cannot say anything about numerical stability of 
precision, though, so feel free to shoot me down.

Matt

Dan Sugalski wrote:
> At 4:50 PM +0200 4/27/04, Stefan Lidman wrote:
> 
>>  >Everything is right, except... you forgot either the -c or -u switch
>>
>>> for the diff. (And no, I don't know why the default output from diffs
>>> is mostly useless. Just one of those things, I expect)
>>
>>
>> ok resend with -u switch.
> 
> 
> And it's in. Thanks!