<?php print \bin2hex(\pack("d", 0.0)) . "\n"; print \bin2hex(\pack("d", -0.0)) . "\n"; print \bin2hex(\pack("d", -1.0 * 0.0)) . "\n";
You have javascript disabled. You will not be able to edit any code.