Fix the misplaced warnings and failing tests caused by the precision
[p5sagit/p5-mst-13.2.git] / Porting / Glossary
index a457ed5..42d75a1 100644 (file)
@@ -3799,6 +3799,11 @@ nv_preserves_uv_bits (perlxv.U):
        This variable indicates how many of bits type uvtype
        a variable nvtype can preserve.
 
+nv_overflows_integers_at (perlxv.U):
+       This variable gives the largest integer value that NVs can hold
+       as a constant floating point expression.
+       If it could not be determined, it holds the value 0.
+
 nveformat (perlxvf.U):
        This variable contains the format string used for printing
        a Perl NV using %e-ish floating point format.