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



    Example

    SELECT COS(14.78);
    
    RETURNS: -0.59946542619465426
    
    See Also