From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: as for Calc and the math library Date: Sun, 11 Aug 2024 21:32:47 +0300 Message-ID: <86a5hij4fk.fsf@gnu.org> References: <87bk20yoya.fsf@dataswamp.org> <86zfpjirkg.fsf@gnu.org> <877ccnj9dp.fsf@localhost> <86bk1zhrf5.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27219"; mail-complaints-to="usenet@ciao.gmane.io" Cc: yantar92@posteo.net, incal@dataswamp.org, emacs-devel@gnu.org To: Christopher Dimech Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Aug 11 20:33:41 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sdDNs-0006uf-8r for ged-emacs-devel@m.gmane-mx.org; Sun, 11 Aug 2024 20:33:40 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sdDNG-0007gH-4W; Sun, 11 Aug 2024 14:33:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sdDN9-0007ad-3F for emacs-devel@gnu.org; Sun, 11 Aug 2024 14:32:55 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sdDN7-0006Sd-UP; Sun, 11 Aug 2024 14:32:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=r2vTkQHJPrxap0aM5/yBJ002EQkV/PlpZ4cWAmBD4zg=; b=S8bly7y74elI 5y7Lbv2MG1FC68yMBFcv6tQ54LUyK5aMXzY2RXF1PR57fiundU9WuY1dxpbvw3TyR+/4LpQx7nDTn 4bhiykBQGI6qUnGQgJ+6AvqnadV+/nBmkmdmKGHuOHXn2Oq6xQR22rpEVi7Og1edxbxn8rkUe0g6+ k/jl/w/31POM9B/xEeXqpnCxdLr/PLj4W0LBtYb0VP+yqv4rCr4OBRthWzHwRuixq6PGOpzAXgNR0 jwgZNmXZApuCWjMS7ZlW1as9+3WomyKCBNhS+W//EdMCMLKAbrOzXA0F9RSRuDPy5swnqBrgCpQys 8GgkUZc+viBf4s5iMHlwyg==; In-Reply-To: (message from Christopher Dimech on Sun, 11 Aug 2024 20:17:48 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:322647 Archived-At: > From: Christopher Dimech > Cc: Ihor Radchenko , incal@dataswamp.org, > emacs-devel@gnu.org > Date: Sun, 11 Aug 2024 20:17:48 +0200 > > For good mathematical libraries, you require a practicing applied > mathematician. A programmer is not enough. That's not true. A programmer experienced in numerical computations is more than enough, because the relevant algorithms are known and described in the literature, so there's no need to invent them.