Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/standard/tests/math/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/standard/tests/math/bug24142.phpt |
--TEST-- Bug #24142 (round() problems) --FILE-- <?php // $Id$ vim600:syn=php $v = 0.005; for ($i = 1; $i < 10; $i++) { echo "round({$v}, 2) -> ".round($v, 2)."\n"; $v += 0.01; } ?> --EXPECT-- round(0.005, 2) -> 0.01 round(0.015, 2) -> 0.02 round(0.025, 2) -> 0.03 round(0.035, 2) -> 0.04 round(0.045, 2) -> 0.05 round(0.055, 2) -> 0.06 round(0.065, 2) -> 0.07 round(0.075, 2) -> 0.08 round(0.085, 2) -> 0.09
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare