Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:124089 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id 986FC1A009C for ; Sun, 30 Jun 2024 12:15:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1719749821; bh=O9JQ/255FiEmHB4HlzS2uvWCqvgWWDPIix3jBS86Ym4=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=cUMr+1n8/GSgy+DPhKTrQJrc5I8yIn2QP49w/wMNerGipN6kBNKzX87Vj/pGioK2O zreDr65enLv95hauow8tM60W6sIVWh8CqMmOnYvHISR8DI9WdPnVYCcePVZ5wqQMfU 6IJOo6DROcFVq3TzoI1Lv6TQCWQWwrxGnDqXUGM31zd6Rm5Xv94sslGgEJCaBcvr7v CZHQ6MwZrml87hSIJQQLO6LfaAWtKmmc3L5eGn8Ex/+EG6a9Bu7DrvKcdc9CBqIeh6 HYBzSU2QxTDnqzRviSq9n+nzQxE0YgBXT0C4YbwjoxM+zQAtI7AXCVLekQhDFhuwXH AbWneXfKvNvEQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 9E7C3180D9F for ; Sun, 30 Jun 2024 12:17:00 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sun, 30 Jun 2024 12:16:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1719749739; bh=z3Q/F5W7/uQgtXLnrUm4FKkfboqR4oe9Kh16YxMsj0I=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=lVJv7BOPmwfTC/ZVaah6W/LEOtQDXKB+baFKUj90xgOKoNDnO3klJcvxY8Uo4oJpp 0im6V+DbiDOIqrc/rkQpNaTd8jhZXNC6MEcJaAEhAUGkpzBsUskoVZGbOSPhoiLSs2 BILMmBoe5cT7TlULEk4P7xeUERBVlcOtR8kn0UQVVw3ZrLkeXXcHtbkcpcHXhquDbb vDrjpmFCzYZEsOXuKu0eNbXa6TO3m1E479fRzL3auHTPhERSV1zi44plFuG6Qtw3X5 4sdT4Mpz2PojgVvtqzxyt8rpHu+PQ2H/K8IZVZQkOMftSNWze19XcaQFQPHyXdBb7P AfPXPMNh3E/dA== Message-ID: <044a5887-77cf-4c21-8a28-fdb6d2cea7cc@bastelstu.be> Date: Sun, 30 Jun 2024 14:15:37 +0200 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 Subject: Re: [PHP-DEV] [RFC] [discussion] Correctly name the rounding mode and make it an Enum To: Jordan LeDoux , Claude Pache Cc: "Gina P. Banyard" , Saki Takamachi , Jorg Sowa , php internals References: <9zUVZKaEYixjCLLhviQPYFQtSAEhsRMWL6xbKeogzAGsH-STebN9JqJxITAPVfdKTNu7gEs_m77OkIcOzaiscoajx8Hp8VWRKkhTTCPkGko=@gpb.moe> <6E690732-8BED-4A01-8385-648E7CEDFD9F@sakiot.com> <70f63dd2e0ba7959a9e3bb7fa68ce14a@bastelstu.be> <67d37d56-625f-4f80-805d-a5db2d3807bb@bastelstu.be> <0A9642EC-0FCC-4BC3-82C2-C6C968CD8D1C@gmail.com> Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi On 6/24/24 22:11, Jordan LeDoux wrote: > If there is ONE improvement to be made with this RFC, it is to completely > remove "up" and "down" from the rounding terminology. Please note that the RFC does not include the “Up” and “Down” terminology in its proposal. It only uses it to describe which of the ”legacy” rounding mode constants are equivalent to the proposed enum cases. Best regards Tim Düsterhus