VistaDB 6
VistaDB / Developer's Guide / SQL Reference / Functions / Mathematical Functions / LOG
In This Topic
    LOG
    In This Topic
    The natural logarithm of the input number.


    Example

    SELECT LOG(5.175643);
    
    RETURNS:  1.6439635826406203
    
    
    See Also