Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121203 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 55118 invoked from network); 1 Oct 2023 12:35:17 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 1 Oct 2023 12:35:17 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 37874180082 for ; Sun, 1 Oct 2023 05:35:17 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS9370 160.16.128.0/17 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 ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sun, 1 Oct 2023 05:35:16 -0700 (PDT) Received: from smtpclient.apple (softbank060067217005.bbtec.net [60.67.217.5]) (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 F063A401FE for ; Sun, 1 Oct 2023 21:35:13 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1696163714; bh=zyseWfb+DoY4NHE0mFEtxMvMtnYQidSrabgkGa1pEqQ=; h=From:Subject:Date:To:From; b=gLv0EH6HOEsTM0nFYWFJsYI03wKCzFT6l17ROMF18Sn9J8BLDJUAeQcpr2rnwT2Hz Hj2LP5Jx3LUBakf4VM2qNfwZ0LBLnq6QsJK7LWrSlccgEfSF5NaZHcHKW9KsmZFS+c lorQ5GoovK9SVG7Ad9HRGD+/k15fn8dhjUGW4hAY= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\)) Message-ID: Date: Sun, 1 Oct 2023 21:35:01 +0900 To: PHP internals X-Mailer: Apple Mail (2.3731.700.6) Subject: [RFC] [Discussion] Adding bcround, bcfloor and bcceil to BCMath From: saki@sakiot.com (Saki Takamachi) Hi, internals I would like to start the discussion for my RFC "Adding bcround, bcfloor = and bcceil to BCMath=E2=80=9D. https://wiki.php.net/rfc/adding_bcround_bcfloor_bcceil_to_bcmath Regards. Saki=