Returns the sine of the specified angle (in radians).
sin(approx_numeric)
is any approximate numeric (float, real, or double precision) column name, variable, or constant expression.
select sin(45)
-------------------- 0.850904
sin, a mathematical function, returns the sine of the specified angle (measured in radians).
For general information about mathematical functions, see “Mathematical functions”.
ANSI SQL – Compliance level: Transact-SQL extension.
Any user can execute sin.
Functions cos, degrees, radians
Copyright © 2005. Sybase Inc. All rights reserved. |