Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

the float limit issue

Status
Not open for further replies.

denilia

Programmer
Apr 10, 2003
2
US
Hi everyone!

I need your help to find the biggest float that computer may use. I need to write a code how to do it, but without using lib FLOAT.H, but just usisng anything else like, for example, math. It is supposed to be portable, so I can use the same code on Windows and Unix

thank a lot
 
Hi

Check float.h or the documentation 'Float limits'. You will have the limits ( declared as constants) for Windows app.
I'm quite sure it exists something similar in Unix.

HTH

Thierry
EMail: Thierry.Marneffe@swing.be
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top