Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - float.h p.p values
Your float.h uses many floating point values with a p notation. Would you happen to have those values handy in non-p form? -- Greg Comeau What's next: additional Windows backends and 'export'! Comeau C/C++ ONLINE ==> http://www.comeaucomputing.com/tryitout World Class Compilers: Breathtaking C++, Amazing C99, Fabulous C90. Comeau C/C++ with Dinkumware's Libraries... Have you tried it? Jan 12 2002
They're all the same values everyone else uses <g>. Alternatively, you can just printf() them out. -Walter "Greg Comeau" <comeau panix.com> wrote in message news:a1pkkb$832$1 panix3.panix.com...Your float.h uses many floating point values with a p notation. Would you happen to have those values handy in non-p form? -- Greg Comeau What's next: additional Windows backends and 'export'! Comeau C/C++ ONLINE ==> http://www.comeaucomputing.com/tryitout World Class Compilers: Breathtaking C++, Amazing C99, Fabulous C90. Comeau C/C++ with Dinkumware's Libraries... Have you tried it? Jan 12 2002
In article <a1q1pf$1arq$3 digitaldaemon.com>, Walter <walter digitalmars.com> wrote:They're all the same values everyone else uses <g>. Alternatively, you can just printf() them out. -Walter Jan 12 2002
In article <a1q2v1$ph1$1 panix3.panix.com>, Greg Comeau <comeau comeaucomputing.com> wrote:In article <a1q1pf$1arq$3 digitaldaemon.com>, Walter <walter digitalmars.com> wrote:They're all the same values everyone else uses <g>. Alternatively, you can just printf() them out. -Walter Jan 12 2002
%lg should do the trick. "Greg Comeau" <comeau panix.com> wrote in message news:a1q2v1$ph1$1 panix3.panix.com...In article <a1q1pf$1arq$3 digitaldaemon.com>, Walter <walter digitalmars.com> wrote:They're all the same values everyone else uses <g>. Alternatively, you Jan 12 2002
"Greg Comeau" <comeau panix.com> wrote in message news:a1pkkb$832$1 panix3.panix.com...Your float.h uses many floating point values with a p notation. Would you happen to have those values handy in non-p form? Jan 12 2002
|