Base Scripting Language GuidePascal-Library Custom Scripting FunctionsSinOn this pageSinReturns the sine of the angle in radians. Structure Sin(number): Extended; Parameters Return value Description The Sin function returns the sine of the argument. X is a real-type expression. Sin returns the sine of the angle X in radians.