From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: No Itisnt Newsgroups: gmane.lisp.guile.devel Subject: Exposing more math functionality Date: Fri, 23 Jul 2010 22:46:03 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1279943204 23219 80.91.229.12 (24 Jul 2010 03:46:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 24 Jul 2010 03:46:44 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Jul 24 05:46:43 2010 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OcVgo-0000nz-PU for guile-devel@m.gmane.org; Sat, 24 Jul 2010 05:46:43 +0200 Original-Received: from localhost ([127.0.0.1]:35723 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OcVgj-0001oJ-Oi for guile-devel@m.gmane.org; Fri, 23 Jul 2010 23:46:13 -0400 Original-Received: from [140.186.70.92] (port=46114 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OcVgc-0001ni-Ic for guile-devel@gnu.org; Fri, 23 Jul 2010 23:46:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OcVgb-0006GX-2q for guile-devel@gnu.org; Fri, 23 Jul 2010 23:46:06 -0400 Original-Received: from mail-qy0-f176.google.com ([209.85.216.176]:33138) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OcVga-0006GQ-UN for guile-devel@gnu.org; Fri, 23 Jul 2010 23:46:05 -0400 Original-Received: by qyk34 with SMTP id 34so707260qyk.0 for ; Fri, 23 Jul 2010 20:46:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=Dmbi36R29ot3E1TMCVpoKv7Pb6ys+UyURC7N02V2ulg=; b=rQXDY4CHKVVNhFKpfnkQEj03r5kZ0450tEgPaSFTmvhpYNrXlhP7STvFHB76xy7pzJ RpHaAPZy+gdVdPiQqjFCq+CozkM7PySQsIri5qsYQs9cJ1Cm3Z6j2sI/234a6uk3zzbo ixRJ3MjPtjXcRKJB2i/zv42zIhdpsxJUg2+xE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=QgulPbaGQQBGw9E3qQBFOQQr4HLjYCY6egQTP030ogd+GTXFXWpTgzFpi0IT1nMAQl 5wBrDhl0NZ598L5Ax8gT3rQylMh+EU2ZrlVzuuQOKFPKZ/cS9jwia9sg5l7fe7KQun+G 5CWTL4z82aajVUjwhaaX1sc1wZXvw89/cFDjU= Original-Received: by 10.224.29.16 with SMTP id o16mr3308516qac.343.1279943163979; Fri, 23 Jul 2010 20:46:03 -0700 (PDT) Original-Received: by 10.229.233.6 with HTTP; Fri, 23 Jul 2010 20:46:03 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:10726 Archived-At: I'd like to patch Guile's math functionality to expose M_PI, modf, and probably other things as well. Before I started I thought I'd ask -- would such a patch be accepted? And is there any policy on where they should go? It seems a little crass to clutter up the (guile) namespace any more, but I don't see anywhere else those could go.