Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:123128 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 E5EE11A009C for ; Sun, 14 Apr 2024 15:15:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1713107794; bh=J6gT5IlxAkTe3AtXNmA6lDoopWnUtBVzzIdB9Fhi2Z0=; h=From:Subject:Date:References:To:In-Reply-To:From; b=DZQsM09OQCd04XoDN2ReGO3BwywQd4I9drVionLdomqGh2zoiCdZyPHHrkQ3MricZ UMUmgJUyjVRfhu1qH0o5IgwZOrrMRZLuPzf6C2+VvL7Vv6c9Be7720X2eJ7F+w078w EDwOrgobej/DdI/HNCsNqYhBChf2HmXdBHIiHZJYAS9gw2gYxwbU14A7vZ+C7A2dQU FSU8N9Xlly1Vy1r8tLwhQ7UHJzn1VO85qbs39UIvIIWNFa6/J5MzLhGCiEl+qCesSO 0CzenndUrkA+abxOYAoWFWFuDjuuPib9X2edAJQqROLuI6FPXDt2gy/6ChFeS1y8fB ijtsQkeCwtKWQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 1FE24180680 for ; Sun, 14 Apr 2024 15:16:33 +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: No X-Envelope-From: Received: from mail.sakiot.com (mail.sakiot.com [160.16.227.216]) (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, 14 Apr 2024 15:16:32 +0000 (UTC) Received: from smtpclient.apple (unknown [117.55.37.250]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.sakiot.com (Postfix) with ESMTPSA id 99EA9401D2 for ; Mon, 15 Apr 2024 00:15:54 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1713107754; bh=J6gT5IlxAkTe3AtXNmA6lDoopWnUtBVzzIdB9Fhi2Z0=; h=From:Subject:Date:References:To:In-Reply-To:From; b=u2ZMmEfHIXcVH2yNAgqxkZAja/fVz8qZDCONiFypawjQ6mnXk+JJJM/5g/Cl17F9o 61X00qz0UwkgnLF2wBIjKmwHYwxFQQMCadCebVNo10QHQ4erD4wEWBHLTeEkGoN7gp S8L1yteVMv3tDXy3FgKneD35uJR5mfdN+XhWHvpM= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6.1.1\)) Subject: Re: [PHP-DEV] [RFC] [Discussion] Support object type in BCMath Date: Mon, 15 Apr 2024 00:15:42 +0900 References: <4F094EDA-5058-407D-AF39-06FD934FDE1F@sakiot.com> To: php internals In-Reply-To: <4F094EDA-5058-407D-AF39-06FD934FDE1F@sakiot.com> Message-ID: <5AB29936-48D9-461B-B531-3FB7FC661C46@sakiot.com> X-Mailer: Apple Mail (2.3731.700.6.1.1) From: saki@sakiot.com (Saki Takamachi) Hi internals, I have reflected the discussion up to this point in the RFC. https://wiki.php.net/rfc/support_object_type_in_bcmath However, the point that the argument of `round()` is "precision" has not = yet been reflected in the RFC. The argument names of standard's = `round()` are also the same, and we are currently discussing this point = in the implementation PR of `bcround()`. Regards, Saki=