Re: Float to ASCII conversion?
From: CBarn24050 (cbarn24050_at_aol.com)
Date: 02/20/04
- Next message: mark hahn: "Re: How to write better code for your projects ?"
- Previous message: Jukka Marin: "Re: arm7 atmel vs others"
- In reply to: Grant Edwards: "Re: Float to ASCII conversion?"
- Next in thread: Grant Edwards: "Re: Float to ASCII conversion?"
- Reply: Grant Edwards: "Re: Float to ASCII conversion?"
- Reply: Pygmi: "Re: Float to ASCII conversion?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 20 Feb 2004 10:50:32 GMT
Hi, sprintf is part of the standard library so it should be there. It is a big
module and not very fast but so are all the other floating point routines. If
your project is hardware / speed limited then you really should consider
upgrading or not using floating point at all.
- Next message: mark hahn: "Re: How to write better code for your projects ?"
- Previous message: Jukka Marin: "Re: arm7 atmel vs others"
- In reply to: Grant Edwards: "Re: Float to ASCII conversion?"
- Next in thread: Grant Edwards: "Re: Float to ASCII conversion?"
- Reply: Grant Edwards: "Re: Float to ASCII conversion?"
- Reply: Pygmi: "Re: Float to ASCII conversion?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|