diff options
Diffstat (limited to 'dtoa.c')
-rw-r--r-- | dtoa.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3748,9 +3748,9 @@ dtoa | |||
3748 | *decpt = 9999; | 3748 | *decpt = 9999; |
3749 | #ifdef IEEE_Arith | 3749 | #ifdef IEEE_Arith |
3750 | if (!word1(&u) && !(word0(&u) & 0xfffff)) | 3750 | if (!word1(&u) && !(word0(&u) & 0xfffff)) |
3751 | return nrv_alloc("inf", rve, 8); | 3751 | return nrv_alloc("Infinity", rve, 8); |
3752 | #endif | 3752 | #endif |
3753 | return nrv_alloc("nan", rve, 3); | 3753 | return nrv_alloc("NaN", rve, 3); |
3754 | } | 3754 | } |
3755 | #endif | 3755 | #endif |
3756 | #ifdef IBM | 3756 | #ifdef IBM |