RE: Exponent Format specifiers for %g
- From: changliw@xxxxxxxxxxxxxxxxxxxx (Charles Wang[MSFT])
- Date: Mon, 02 Apr 2007 08:31:47 GMT
Hi,
Per my test, by default, it is three digits in the exponent field in VC++
(6.0-8.0).
To let us better understand your issue, could you please post some of your
code here so that we can reproduce your issue?
My test code is:
#include <conio.h>
#include <stdio.h>
#include <stdlib.h>
void main(void)
{
double y;
y = 66666.07;
printf ("%.3g\n", y);
printf ("%.5e\n\n", y);
}
output:
6.67e+004
6.66661e+004
Best regards,
Charles Wang
Microsoft Online Community Support
=====================================================
Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications
If you are using Outlook Express, please make sure you clear the check box
"Tools/Options/Read: Get 300 headers at a time" to see your reply promptly.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
======================================================
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from this issue.
======================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
======================================================
.
- Follow-Ups:
- RE: Exponent Format specifiers for %g
- From: Buddy Lott
- RE: Exponent Format specifiers for %g
- Prev by Date: Re: MSVC hangs at linking
- Next by Date: Re: Acquiring UTF-8 string length
- Previous by thread: MSVC hangs at linking
- Next by thread: RE: Exponent Format specifiers for %g
- Index(es):
Relevant Pages
|
Loading