lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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