Style to output the sign only if the value is negative. !(p) In strict parsing, the negative sign will be accepted and the positive sign rejected. In lenient parsing, any sign will be accepted.
See Implementation
Style to output the sign only if the value is negative. !(p) In strict parsing, the negative sign will be accepted and the positive sign rejected. In lenient parsing, any sign will be accepted.