Re: Question about the taia library interface
[email protected] (Paul Jarc) Tue, 09 Mar 2010 23:06:27 -0500
| Newsgroups | gmane.comp.lib.libtai |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
Jay Sullivan <[email protected]> wrote: > According to http://cr.yp.to/libtai/tai.html, "A struct tai value is > an integer between 0 inclusive and 2^64 exclusive." ... > According to http://cr.yp.to/libtai/taia.html, "A struct taia value is > a number between 0 inclusive and 2^64 exclusive." Note "integer" vs. "number". Both types cover the same numerical range, but taia also has a fractional part, where its extra bits are spent. paul