From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from second.openwall.net (second.openwall.net [193.110.157.125]) by inbox.vuxu.org (Postfix) with SMTP id 78E6D26390 for ; Mon, 11 Mar 2024 09:43:53 +0100 (CET) Received: (qmail 28051 invoked by uid 550); 11 Mar 2024 08:39:44 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 28016 invoked from network); 11 Mar 2024 08:39:44 -0000 Date: Mon, 11 Mar 2024 19:43:38 +1100 (AEDT) From: Damian McGuckin To: musl@lists.openwall.com cc: Rich Felker In-Reply-To: <20240311083839.GG1884416@port70.net> Message-ID: <69a458af-67b5-cc8f-42a3-e7996c5770c2@esi.com.au> References: <20240310200040.GF1884416@port70.net> <20240310211906.GV4163@brightrain.aerifal.cx> <20240311083839.GG1884416@port70.net> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Subject: Re: [musl] [PATCH] complex: fix comment in cacosh On Mon, 11 Mar 2024, Szabolcs Nagy wrote: >> +/* acosh(z) = ?i acos(z) */ >> >> IOW, should we use non-ascii characters in comments like this? My What is the non-asci character you are typing. All I see is a question mark visually in my mailer and when I od the content, I also see a question mark. Thanks - Damian