On Oct 3, 2011, at 6:03 AM, Russ Cox <r...@swtch.com> wrote: > For Go, we started with implementations of the Plan 9 library > algorithms but have been slowly replacing them with implementations > of the Sun/FreeBSD algorithms for the improved accuracy.
Why not just use sun/FreeBSD functions in C? Unless of course go authors are planning to specify guaranteed minimum accuracy!