CONSTANT('LOGSMALL' <, base> ) 
                        
                     
                     
                   
                  
                  Arguments
                     
                     
                     
                        
                        base
                           
                           
                              
                              is a numeric value
                                 that is the base of the logarithm.
                                 
                              
                              
                              
                                 
                                 
                                    
                                    
                                       
                                       | Restriction | 
                                       
                                       The base that
                                          you specify must be greater than the value of 1+SQRTMACEPS.
                                          
                                        | 
                                       
                                    
                                    
                                    
                                       
                                       | Default | 
                                       
                                       the natural base, E. | 
                                       
                                    
                                    
                                 
                                 
                               
                              
                            
                           
                         
                        
                       
                     
                   
                  
                  This case returns the
                     logarithm with respect to 
base of the smallest double-precision floating-point number (8-bytes)
                     that is representable on your computer. 
                     
                  
 
                  
                  It is safe to exponentiate
                     the given 
base raised to a
                     power greater than or equal to CONSTANT('LOGSMALL', 
base) by using the power operation (**) without
                     causing any underflows or 0.
                     
                  
 
                  
                  It is safe to exponentiate
                     any floating-point number greater than or equal to CONSTANT('LOGSMALL')
                     by using the exponential function, EXP, without causing any underflows
                     or 0.