Newsgroups: php.internals
Path: news.php.net
Xref: news.php.net php.internals:121246
Return-Path: <saki@sakiot.com>
Delivered-To: mailing list internals@lists.php.net
Received: (qmail 23734 invoked from network); 6 Oct 2023 10:50:17 -0000
Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5)
  by pb1.pair.com with SMTP; 6 Oct 2023 10:50:17 -0000
Received: from php-smtp4.php.net (localhost [127.0.0.1])
	by php-smtp4.php.net (Postfix) with ESMTP id 7467D180507
	for <internals@lists.php.net>; Fri,  6 Oct 2023 03:50:16 -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=-2.1 required=5.0 tests=BAYES_00,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: <saki@sakiot.com>
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 <internals@lists.php.net>; Fri,  6 Oct 2023 03:50:15 -0700 (PDT)
Received: from smtpclient.apple (161.208.49.163.rev.vmobile.jp [163.49.208.161])
	(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 C11FD401D5;
	Fri,  6 Oct 2023 19:50:11 +0900 (JST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com;
	s=default; t=1696589411;
	bh=TE3sfC9IdYZmMoPr6ooG/0eFPJblxMIMnTpu6hLkoPY=;
	h=From:Subject:Date:References:Cc:In-Reply-To:To:From;
	b=isI8Co2/vPnVDK3mMapPyWjiGztuG+Kl3rD2AwU7pL13rOjJ1Gb4ZQlaVdk9YGYz+
	 aRWAjYyBUXVzV3dw8vZWIoj/c6LewJMGd5rHTG8jbdrmrMQDzrrpR2Vn89ogA+fL7u
	 /QfHERDZye1xq2GTFRHXp1VSPSMUjnEfu8Dztumo=
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Mime-Version: 1.0 (1.0)
Date: Fri, 6 Oct 2023 19:49:59 +0900
Message-ID: <52966956-6F3A-49C8-90F5-C769C79D8A4C@sakiot.com>
References: <SN1PR12MB2573D719D9A828E01DE4F2EBDBCAA@SN1PR12MB2573.namprd12.prod.outlook.com>
Cc: PHP internals <internals@lists.php.net>
In-Reply-To: <SN1PR12MB2573D719D9A828E01DE4F2EBDBCAA@SN1PR12MB2573.namprd12.prod.outlook.com>
To: Jeffrey Dafoe <JDafoe@fsx.com>
X-Mailer: iPhone Mail (20G81)
Subject: Re: [PHP-DEV] [RFC] [Discussion] Adding bcround, bcfloor and bcceil to BCMath
From: saki@sakiot.com (Saki Takamachi)

Hi, Jeff

Thanks for letting me know your use case.
This is important information when discussing this issue.

Saki