Typing error on statistics
Balacobaco <[email protected]>
| Newsgroups | gmane.comp.gnu.prolog.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi, I am commenting about the "statistics" predicate on Gnu Prolog. I just would like to remeber you that the right way to write kilobytes is kB, and not Kb (wich could be kilobits; stills wrong since the "k" is uppercase, but mostly accepted ). Further, since you are showing binary kilobytes (ie, 2^10 bytes instead of 10^3 bytes) the preferred way to do it nowaday would be KiB (kibibytes) or kB ((as 10^3 bytes). Just so Gnu Prolog is more perfected. ;) Sincerelly, Balacobaco