Yup, I found it! There is an abs instead of an fabs. Most other languages fit their arithmetic library function to the passed argument, but not C! So, if you say float_variable = abs (float_variable) it gets silently integer-ized. Sheesh, it ought to at least give a warning.
I will fix this as soon as possible and get it committed to the source, but it will take a while to get into the stable distributions. Jon ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
