h_dnnt X
1: short h_dnnt(x) 2: double *x; 3: { 4: return( (*x)>=0 ? 5: (short) (*x + .5) : (short) (*x - .5) ); 6: }