--- Comment #3 from acahalan at gmail dot com 2006-09-26 04:06 ---
(In reply to comment #2)
> If you tried the page-of-functions idea, what would you do if you'd used all
> the functions on the page and needed another one?
>
You'd do the same as if you'd use
Package: gpc
Version: 2:2.95.4-9
The "pc" compiler on Tru64 (formerly OSF/1 or Digital UNIX) has
radix control. NOTE: it is typed and works for negative values.
I get stuff like "-FFF" from -4095 but "EE6CD998" from 4000111000.
I've no idea how to get leading zeros on these.
PROGRAM radix ( inpu
Package: gpc
Version: 2:2.95.4-9
When I print floating-point numbers, I sometimes get garbage like this:
-:.00/+)))./(/0,,.0.-.0/,.-(e-15
Compile and run like this:
gpc -O2 -g3 -Wall g2.p && ./a.out
The problem seems to be caused by this:
w := 44;
p := 0;
writeln(, -0.0001e-10:
3 matches
Mail list logo