00001 //LabPlot : operations.h 00002 // R vector operations 00003 00004 #ifndef OPERATIONS_H 00005 #define OPERATIONS_H 00006 00007 static const char *operations_typeitems[] = {"sqrt","log","sin","cos", 00008 "rank","round","cummin","cummax","cummsum","cumprod","sort","rev",0}; 00009 00010 #endif // OPERATIONS_H