101 |
"asinh","acosh","atanh", |
"asinh","acosh","atanh", |
102 |
"log10","log","sign","abs","neg","pos","exp","sqrt", |
"log10","log","sign","abs","neg","pos","exp","sqrt", |
103 |
"1/","where>0","where<0","where>=0","where<=0"}; |
"1/","where>0","where<0","where>=0","where<=0"}; |
104 |
int ES_opcount=32; |
int ES_opcount=33; |
105 |
ES_opgroup opgroups[]={G_UNKNOWN,G_IDENTITY,G_BINARY,G_BINARY,G_BINARY,G_BINARY, G_BINARY, |
ES_opgroup opgroups[]={G_UNKNOWN,G_IDENTITY,G_BINARY,G_BINARY,G_BINARY,G_BINARY, G_BINARY, |
106 |
G_UNARY,G_UNARY,G_UNARY, //10 |
G_UNARY,G_UNARY,G_UNARY, //10 |
107 |
G_UNARY,G_UNARY,G_UNARY,G_UNARY,G_UNARY,G_UNARY,G_UNARY, // 17 |
G_UNARY,G_UNARY,G_UNARY,G_UNARY,G_UNARY,G_UNARY,G_UNARY, // 17 |