I'm trying to locate the FORTRAN file (NASTRAN 95) that contains the code used to format floating point numbers.
I'm writing a reader program in another language and I want to optimize my code and unit-test it more completely. It'd be nice to know what NASTRAN is doing under-the-hood.
I...