#include float f( float( x ) ) { float result; if ( x < 0.0 ) x = -x; result = sqrt( x ); return( result ); }