VistaDB 6
VistaDB / Developer's Guide / SQL Reference / Functions / Mathematical Functions / TAN
In This Topic
    TAN
    In This Topic
    Tangent

    Returns the tangent of the input expression.


    Example

    SELECT TAN(2.0)
    
    RETURNS: -2.1850398632615189
    
    
    See Also