Re: [julia-users] a floating point test for other's environments

2015-09-08 Thread René Donner
what is your versioninfo()? Am 09.09.2015 um 08:17 schrieb Arch Call : > I am getting fma not defined! It is probably related to line 22. > > On Wednesday, September 9, 2015 at 1:04:34 AM UTC-4, Jeffrey Sarnoff wrote: > I wrote this FloatTest to find out if three things that should be true of

[julia-users] a floating point test for other's environments

2015-09-08 Thread Jeffrey Sarnoff
I wrote this FloatTest to find out if three things that should be true of numerics with Julia hold for the wide variety of working environments in use. It is 40 lines -- just click 'raw', copy it and paste it into your REPL. It is done immediately. I