Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 PHP 中进行计算:
echo (int)((0.1 + 0.7) * 20);
为什么返回: 15
预期结果: 16