Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:123493 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 990D51A009C for ; Mon, 3 Jun 2024 16:23:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1717431865; bh=JLuQ4dDDueF/RvARxyMKVp8XTzi5KSb46706n5jSjq4=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=OYxauHVPA4bQ9OgEU/6ga99JjkYp5uYcj5iMxi3povElSnY2XgE9xUIpgwbtfm4Iu XJfLubDGFIdfBXyhJCzbQVb3LGiENU1xUxGEc0NUFXj0EQc97yTDl1LutdztzVOPfI uwuJIXr9viQZpU633NwCvfcv556r2/rAtUftrUuMWQoQV8E5S820Qe0SxoxnMktTVh egQ4pyzcDUXLaxNsNr2sl3RPR8aINy+u3TWb7hMZgYMc8OGFRzR+QJhxToGKjgcQEK NH14WMo1BZf9OHafEtMo4xGo/LperdhUT+zQO/poJZsmJNcxbfG4qkuIIU29dacfbO 5X7xxcFpPIKBA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 37765180593 for ; Mon, 3 Jun 2024 16:24:24 +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=3.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_PASS, SPF_SOFTFAIL,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 xdebug.org (xdebug.org [82.113.146.227]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 3 Jun 2024 16:24:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1717431795; bh=JLuQ4dDDueF/RvARxyMKVp8XTzi5KSb46706n5jSjq4=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=i8wAKqxYHIcUMIrJSMvsNCeuy/d7ul2NQHv0nj1axFryRFZn+PE6tcqwBqUP++Z7r jVyPzzEvFczH1lsqwg/m4mWT5h9vargbW+Hmp+lhpnhh1JOlEV6z3UpWJm3wYJN8rY N8RQvnF2mn/jA2nEvKHUDjCgpfg5ekX4bUZaLWwncRsyQ0Lgv/WPRTu152mhynjB11 IrYnVKcbqt/FOXK4VWR5eVHX2LYWW0uyrnZIfzgjbAX9AeQgYEd7hRbcP6SqKIN8GK Tiw68WPffx4OIpa2qIepodFywuFkSpBSI4opTNurAqUOVQjBiHmG4FBMqVHtQNtiIF D1sUD111Y2oJw== Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 3B5C510C55B; Mon, 03 Jun 2024 17:23:12 +0100 (BST) Date: Mon, 3 Jun 2024 17:23:12 +0100 (BST) To: Saki Takamachi cc: php internals Subject: Re: [PHP-DEV] [RFC] [discussion] Correctly name the rounding mode and make it an Enum In-Reply-To: <81CBE5A8-9FAF-40DA-8EAB-9F19C2278E75@sakiot.com> Message-ID: References: <81CBE5A8-9FAF-40DA-8EAB-9F19C2278E75@sakiot.com> Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-117896365-1717431795=:61845" From: derick@php.net (Derick Rethans) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-117896365-1717431795=:61845 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Fri, 31 May 2024, Saki Takamachi wrote: > I would like to start an RFC discussion regarding rounding modes.=20 > https://wiki.php.net/rfc/correctly_name_the_rounding_mode_and_make_it_an_= enum I think it would be really helpful to have a description (and examples)=20 for each of the rounding modes in the Enum=20 (https://wiki.php.net/rfc/correctly_name_the_rounding_mode_and_make_it_an_e= num#proposal)=20 =E2=80=94 that'd also be great for creating documentation later on. cheers, Derick --8323329-117896365-1717431795=:61845--