PDA

View Full Version : Floating Points and PBP



BertMan
- 22nd September 2005, 19:47
Could someone with floating point experience look over this? Its a slightly modified version of a sample code from fp.zip. Really, I just need to know if Var1 - 5 is correct. I have a spi device connected to a pic that outputs float32 in standard IEEE 754 format in BigEndian. I need to convert this to a usable value that can be output to a asyncronous serial device.