Re: How to Define High-precision Date type
- From: Spoon <none>
- Date: Fri, 31 Mar 2006 12:23:53 +0200
Donkey wrote:
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?
http://www.google.com/search?q=arbitrary+precision
http://en.wikipedia.org/wiki/Arbitrary-precision_arithmetic
http://www.mpfr.org/
.
- References:
- How to Define High-precision Date type
- From: Donkey
- How to Define High-precision Date type
- Prev by Date: Re: Some doubts on variable-length array
- Next by Date: Re: Random number between 1 and 4000?
- Previous by thread: Re: How to Define High-precision Date type
- Next by thread: How to get over this error?
- Index(es):
Relevant Pages
|