c oracle 数字类型

/* 使用BINARY_DOUBLE类型进行数值比较 */ int cmp_binary_double(double* d1, double* d2) { return (frexp(*d1, NULL) == frexp(*d2, NULL)) ? ((*d1