VistaDB 6
VistaDB / Developer's Guide / SQL Reference / Functions / Mathematical Functions / COT
In This Topic
    COT
    In This Topic
    Cotangent
    A mathematic function that returns the trigonometric cotangent of the input angle, in radians.



    Example

    SELECT COT(124.1332);
    
    RETURNS:  -0.040311998371148884
    
    
    See Also