fdim
double fdim(double, double);
#define fdim(x, y) __tg_simple2(x, y, fdim)
PROTO_STD_DEPRECATED(fdim);
DECL(double, fdim)