I'm working on a Cocoa / Objective-C project here. I've discovered that <I>sqrtf()</I> (from the standard library math.h) crashes my program, raising signal SIGABRT. OTOH, <I>sqrt()</I> works ...