How to Define High-precision Date type
- From: "Donkey" <newsdonkey@xxxxxxxxxxx>
- Date: 30 Mar 2006 21:44:31 -0800
Hi,
The precision of built-in date type of C is very low. Even using long
double float type or double float type, we can only use 12 or 16 digits
after the decimal point. What can we do if we want to use
high-precision number such as the number with 50 digits after the
decimal point. Can we define a user date type?
.
- Follow-Ups:
- Re: How to Define High-precision Date type
- From: Spoon
- Re: How to Define High-precision Date type
- From: Martin Ambuhl
- Re: How to Define High-precision Date type
- From: jacob navia
- Re: How to Define High-precision Date type
- From: Keith Thompson
- Re: How to Define High-precision Date type
- From: Walter Roberson
- Re: How to Define High-precision Date type
- Prev by Date: Something About Date Type
- Next by Date: Re: fread fwrite struct
- Previous by thread: Something About Date Type
- Next by thread: Re: How to Define High-precision Date type
- Index(es):
Relevant Pages
|