doujiyun0041 2016-01-14 14:29
浏览 9
已采纳

在PHP中限制剩余部分

I have a code in which calculates the Effective interest rate. when I echo it I get 5.1161897881733 which I want to limit the remainder and output it like 5.11, is there any functions use to limit the remainder in php?

  • 写回答

2条回答 默认 最新

  • douba1904 2016-01-14 14:45
    关注

    A billion ways to do this. The task for you here is to pick one.

    Method 1 - round()

    This will just round your number. The exact rules can be found in the PHP.net documentation.

    round($someNumber, 2);
    

    Method 2 - floor()

    Floor will round the number down

    floor($someNumber, 2);
    

    Method 3 - ceil()

    Opposite to floor() this will round your number upwards.

    ceil($someNumber, 2);
    

    Method 4 - number_format()

    This will format any number. number_format() has a gazillion possible inputs in which you can choose decimal characters etc.

    // Will round your number to 2 decimals with a . as decimal character
    number_format($someNumber, 2, ",", ".");
    

    Feel free to edit and add more options :)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度