Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:122922 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 04B241ADA87 for ; Thu, 4 Apr 2024 03:25:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1712201168; bh=oM1jFaxuyNZ7C+gAPdr/t6ygCanWBjfcuZfTXuOTYOY=; h=From:Subject:Date:References:Cc:In-Reply-To:To:From; b=lt6PEDPnuE/tw3JQZBVBLH7r7sRBcMFF8HlfIE1MFdgqs1sCHom+MOsTXObkycY8m qm6Xv2KzsgH3ImGjvcR7zfUtNyMXNgDCuQRcdK5uOZI3Z8NuRycec1nuZVy2ZCExfO HlMr41qx7S46Sz037VdMxXVFIG66dVWrTiA17+gM3c0EqHNRIFxKwJWvyWHXo1vx4T Y60HIUFT6fHuXVPEN/XdPAFSEXiP866lN2ddemzc3j9IPtyOgL45NVfyPs3FSkXDLD M1QASMMlqkbi1m31md0gKWIgzEuFpkAPEUqNYpP9O17GM5VRZ+zRqXqqivrrAlCX5H okCw593qTruuA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 6D86C180609 for ; Thu, 4 Apr 2024 03:26:06 +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 ; Thu, 4 Apr 2024 03:26:04 +0000 (UTC) Received: from smtpclient.apple (120.212.49.163.rev.vmobile.jp [163.49.212.120]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by mail.sakiot.com (Postfix) with ESMTPSA id 787CE401D9; Thu, 4 Apr 2024 12:25:33 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1712201133; bh=oM1jFaxuyNZ7C+gAPdr/t6ygCanWBjfcuZfTXuOTYOY=; h=From:Subject:Date:References:Cc:In-Reply-To:To:From; b=ajn2x0s0cm8wsCI+wbt54y5GVO6KxclMLigFHwI9mFdPMsLG7V7Z0FxVC3gL8eF1K 9/SyQjM6Jc527c62alu4ItYmOx3wyI8bRUXB3xc49/G/GGpA1ho/2oo4UvXO6Nq4FK 5kl3cn/mbtA0JK05JQufeUzuhBuqrd5+g6uJ5hg0= 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 (1.0) Subject: Re: [PHP-DEV] [RFC] [Discussion] Support object type in BCMath Date: Thu, 4 Apr 2024 12:25:19 +0900 Message-ID: References: Cc: Lynn , Aleksander Machniak , php internals In-Reply-To: To: Jordan LeDoux X-Mailer: iPhone Mail (21D61) From: saki@sakiot.com (Saki Takamachi) Hi Jordan, > It looks pretty good. It should probably give specific guidelines on how "= no scale provided" works for addition, subtraction, multiplication, division= , and exponentiation. The section now doesn't make it clear that the returne= d scale will behave differently for addition (the current example) than for d= ivision. I see, I'll add that later, thanks! Regards. Saki=