#include <cruntime.h>float __float64_sqr(float arg);
__float64_sqr squares arg by multiplying arg by itself.
__float64_sqr may not be provided on all implementations of CrossWorks.