Deutsch English Français Italiano |
<c02b8db68bf735b5c30c7d5979b942a3@www.novabbs.com> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder9.news.weretis.net!news.nk.ca!rocksolid2!i2pn2.org!.POSTED!not-for-mail From: melahi_ahmed@yahoo.fr (ahmed) Newsgroups: comp.lang.forth Subject: Re: Complex square root of -1 : zsqrt(-1) Date: Sun, 25 Aug 2024 17:38:47 +0000 Organization: novaBBS Message-ID: <c02b8db68bf735b5c30c7d5979b942a3@www.novabbs.com> References: <cc2a1ec5eae8d18d290b398af3c013cb@www.novabbs.com> <2024Aug25.191346@mips.complang.tuwien.ac.at> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: i2pn2.org; logging-data="3868972"; mail-complaints-to="usenet@i2pn2.org"; posting-account="fh2jRJ/PGtIlZMySaIjc6gsLWP80WZpB2lZYFC5wgKI"; User-Agent: Rocksolid Light X-Rslight-Site: $2y$10$Jb/fx4tlXpscs1BvHWQk9OGiUuDtt6C3BEL8V9SeZSrdi.yPqxn0e X-Rslight-Posting-User: a55529988cdb6fa7b5e36631aef8884238b8448a X-Spam-Checker-Version: SpamAssassin 4.0.0 Bytes: 1357 Lines: 17 Thanks, Another one (always with complex.fs included): 0e 0e 0e 0e z** z. NaNai ok it must be 1 ( tested with python, julia and matlab) and 0e 0e 1e 0e z** z. NaNai ok, it must be 0 in general, with gforth: 0e 0e (a+bi) z** gives false results, it must give 0e when (a+bi)<>0e. So the definition of z** also must be revised. All my respect. Ahmed