#include void main () { float nonexpbessi1(float); float x; x=1.0; printf("NONEXPBESSI1 delivers: %2.0f %e\n", x,nonexpbessi1(x)); }