| Add, substract, multiply, and divide | 
               Performs an operation/calculation
                  on this column with another one or with a fixed value: Add/sum (+), multiply (x),
                  subtract (-), or divide(/) | 
            
            
               | Base 10 Logarithm | 
               Computes the base 10 logarithm from a
                  column | 
            
            
               | Calculate absolute value | 
               Calculates the absolute value for all the
                  numeric values in this column. | 
            
            
               | Cosine | 
               Computes the trigonometric Cosine from a column | 
            
            
               | Exponential | 
               Exponential of a column number | 
            
            
               | Max | 
               Max with another column or a constant | 
            
            
               | Min | 
               Min with another column or a constant | 
            
            
               | Modulo | 
               Calculates the remainder of a division operation | 
            
            
               | Natural logarithm | 
               Computes the natural logarithm from a
                  column | 
            
            
               | Negate | 
               Negates a column number | 
            
            
               | Power | 
               Powers with another column or a constant | 
            
            
               | Sine | 
               Computes the trigonometric Sine from a column | 
            
            
               | Square root | 
               Squares the root of a column number | 
            
            
               | Tangent | 
               Computes the trigonometric Tangent from a column |