VistaDB 6
VistaDB / Developer's Guide / SQL Reference / Functions / Mathematical Functions / SIN
In This Topic
    SIN
    In This Topic
    Returns the trigonometric sign of the input angle, in radians.

    Example

    SELECT SIN(45.175643)
    
    RETURNS:  0.929607286611012
    
    See Also