Hi Mike, I can't really see what's wrong here. On my platform I get: ALMOST_ONE←1D45*8 2 ⎕TF 'ALMOST_ONE' ALMOST_ONE←9.999999999999998E¯1J¯2.449293598294707E¯16 2 ⎕TF is independent of ⎕PP and ⎕CT and it prints floating point and complex numbers with their maximum precision. So this merely shows that 1D45 to the 8th power slightly differs from its theoretical value 1.0 (due to rounding erros when parsing 1D45 and when computing the 8th power). /// Jürgen On 09/03/2015 01:26 AM, Mike Duvos
wrote:
|
- [Bug-apl] Almost One Mike Duvos
- Re: [Bug-apl] Almost One Juergen Sauermann
- Re: [Bug-apl] Almost One Mike Duvos
- Re: [Bug-apl] Almost One Mike Duvos
- Re: [Bug-apl] Almost One Mike Duvos
- Re: [Bug-apl] Almost One Juergen Sauermann