[tex-k] dvitomp rounding flaw
Olaf Weber
olaf at infovore.xs4all.nl
Wed Mar 24 22:24:56 CET 2004
Hartmut Henkel writes:
> #define floor(x) zfloor ((double) (x))
Actually, we're including math.h anyway, and floor(3m) is one of the
math functions that has "always been there".
#define floor(x) ((integer)floor((double)(x)))
in cpascal.h should be good enough, together with the changes to
dvitomp.ch and common.defines.
--
Olaf Weber
(This space left blank for technical reasons.)
More information about the tex-k
mailing list