Re: 1px is not 1bp which seems to contradict the pdftex manual

jfbu <[email protected]> Sun, 26 Mar 2023 14:43:49 +0200
Newsgroups gmane.comp.tex.pdftex
Message-ID <[email protected]>

> Le 26 mars 2023 à 14:24, jfbu <[email protected]> a écrit :
> 
> - pdfTeX: trunc(round(x*65536)*65782/65536);
> - luaTeX: trunc(round(x*65536)*65781/65536);
> 
> where round is rounding away from zero.

I meant "rounding ties away from zero".