Functions that return numbers
| 
                                                         Functions that return numbers  | 
                                                    
                                                         Description  | 
                                                    
                                                         Example  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Returns the absolute value of the numeric expression  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Returns the arc tangent of the argument as an angle expressed in radians  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Returns the arc tangent of x and y coordinates as an angle expressed in radians  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
 
  | 
                                                    
                                                         Returns the smallest integer value that is greater than or equal to the argument  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Returns the cosine of the argument  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
 
  | 
                                                    
                                                         Returns the number of degrees of the argument, which is an angle expressed in radians  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Returns the day part of a date  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Returns the day of week (1-7) of a date expression  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Divides two numbers and returns the remainder of the division  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Returns a value that is the base of the natural logarithm (e) raised to a power specified by the argument  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Returns the largest integer value that is less than or equal to the argument  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Returns the hour part of a value  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Returns the integer part of a number  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Returns the length of a string  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Returns the month part of a date  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Returns the natural logarithm of the argument  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Returns the common logarithm of the argument  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Returns the larger of two numbers  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Returns the smaller of two numbers  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Returns the minute part of a value  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Converts a character string to a number. The function fails If the character string is not a valid number.  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Returns the constant value of the mathematical constant pi  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Returns the number of radians for an argument that is expressed in degrees  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Rounds a number  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Returns the seconds part of a value  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         An indicator of the sign of the argument: -1 for negative, 0 for 0, and 1 for positive  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Returns the sine of the argument  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Returns the square root of the argument  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Returns the tangent of the argument  | 
                                                    
                                                         
  | 
                                                
| 
                                                         
  | 
                                                    
                                                         Returns the year part of a date  | 
                                                    
                                                         
  |