gpt4 book ai didi

php - 在 PHP 中显示更多数字

转载 作者:可可西里 更新时间:2023-11-01 00:01:11 25 4
gpt4 key购买 nike

假设我有:

echo 1/3;

而且它只打印出 0.33333333333333,我可以得到更多数字吗?

最佳答案

可以使用bcdiv

echo bcdiv(1, 3, 20);

第三个参数

is used to set the number of digits after the decimal place in the result. You can also set the global default scale for all functions by using bcscale().

关于php - 在 PHP 中显示更多数字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6492028/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com