Re: How to Define High-precision Date type
- From: Keith Thompson <kst-u@xxxxxxx>
- Date: Fri, 31 Mar 2006 06:20:21 GMT
"Donkey" <newsdonkey@xxxxxxxxxxx> writes:
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?
Use a library such as GNU GMP (google it).
--
Keith Thompson (The_Other_Keith) kst-u@xxxxxxx <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
.
- References:
- How to Define High-precision Date type
- From: Donkey
- How to Define High-precision Date type
- Prev by Date: Re: How to Define High-precision Date type
- Next by Date: Re: Convert Java <long> to C <?>
- Previous by thread: Re: How to Define High-precision Date type
- Next by thread: Re: How to Define High-precision Date type
- Index(es):
Relevant Pages
|