Voting

: zero minus zero?
(Example: nine)

The Note You're Voting On

geertdd at gmail dot com
14 years ago
Note that when using a sign specifier, the number zero is considered positive and a "+" sign will be prepended to it.

<?php
printf
('%+d', 0); // +0
?>

<< Back to user notes page

To Top