From owner-freebsd-ports Tue Sep 7 16: 2:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 67AE115016 for ; Tue, 7 Sep 1999 16:02:16 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id SAA18035 for ; Tue, 7 Sep 1999 18:01:03 -0500 (CDT) Date: Tue, 7 Sep 1999 18:01:02 -0500 (CDT) From: Steve Price To: freebsd-ports@freebsd.org Subject: C-callable math library? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, I've found myself in need of a C/C++ callable math library. I looked into pilfering the guts of bc/dc but because it is GPL'd and not LGPL'd or BSD'd I can't use it for the task that I'm working on. In a nutshell I need a calculator library that I can set some variables, evaluate a few equations, and examine the results. It would be great if I can drive the calculator with a script file of equations/functions like one could with bc/dc. Can anyone think of something like this before I head off to reinvent my own wheel? Thanks. -steve PS: Sorry if this is off-topic for this list. I figured there would be a port in FreeBSD's tree already but I can't seem to find it. :( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message