VistaDB 6
VistaDB / Developer's Guide / SQL Reference / Functions / Mathematical Functions / ATAN
In This Topic
    ATAN
    In This Topic
    Arc Tangent
    Returns the angle in radians whose tangent is input value.


    Example

    SELECT ATAN(0.1472738)
    
    RETURNS:  0.1462226769376524
    
    
    See Also