Re: [ast-users] A real number arithmetic issue

2014-07-03 Thread Janis Papanagnou
@lists.research.att.com Date: Fri, 27 Jun 2014 10:58:28 +0200 Subject: Re: [ast-users] A real number arithmetic issue Yes, indeed, four years is obviously too old. :-) I downloaded the binary from http://www2.research.att.com/sw/download/ and can confirm your results from the test case. Just wondered

Re: [ast-users] A real number arithmetic issue

2014-06-26 Thread David Korn
I suspect that this is because you are running a very old ksh93. Here is what I get on ubuntu linux x86_63.13.0-30-generic4 release . $ print $(( log(2.171828) )) 0.775569209249095711 $ print $(( log(200.0) / log(2.171828) )) 18.7071090052317417 $ print $(( log(200.0) / log(2) ))