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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Conversion between strings and floating point

Status
Not open for further replies.

mc404

Programmer
Dec 8, 2001
2
0
0
BR
Hello!

I want convert strings to floating point.

Help me!

Tks
 
I had a problem like that once....

here's what I did:

I used the BCD format!!! Since the coprocessor can use it directly, and it is quite similar to a string, it wasn't so bad....

(that's a hint on what you might want to do. Try it first. If you can't, post again. If you don't know what in all possible worlds BCD is, and how the coprocessor uses it, then you're in over your head, and you'd better post again). "Information has a tendency to be free. Which means someone will always tell you something you don't want to know."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top