Re: [racket-users] Re: IEEE 754 single precision float support

2018-04-11 Thread dkim
> > Have you looked at Neil Toronto's paper Practically Accurate > Floating-Point Math ( > https://www.cs.umd.edu/~ntoronto/papers/toronto-2014cise-floating-point.pdf). > It is an excellent paper that discusses the use of Racket to analyze the > accuracy of floating-point computations. No, I

Re: [racket-users] Re: IEEE 754 single precision float support

2018-04-11 Thread Doug Williams
> > > To be clear, I was just mentioning that I use single precision floats in > our main application that is all written in C++, which is where the > performance is critical/required. I'm trying to use Racket as a tool for > understanding how we can maximize accuracy of our numerical algorithms >