[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Can lua 5.2 support int64?
- From: Martin Schröder <martin@...>
- Date: Tue, 21 Dec 2010 23:26:28 +0100
2010/12/21 pansz <pan.shizhu@gmail.com>:
> You're right, so there isn't any type in C corresponding to 128-bit float?
"C does not dictate the sizes to be used for floating point or even
that they be different." (Harbison/Steele)
http://en.wikipedia.org/wiki/Long_double
http://en.wikipedia.org/wiki/Quadruple_precision
float.h has some defines that will tell you more about your floats. :-)
Best
Martin